Package com.yubico.webauthn.meta
Class Specification
- java.lang.Object
 - 
- com.yubico.webauthn.meta.Specification
 
 
- 
public final class Specification extends java.lang.ObjectReference to a particular version of a specification document. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.net.URLgetLatestVersionUrl()Address to the latest version of this specification.java.time.LocalDategetReleaseDate()The release date of the specification document.DocumentStatusgetStatus()An object indicating the status of the specification document.java.net.URLgetUrl()Address to this version of the specification.inthashCode()java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getUrl
public java.net.URL getUrl()
Address to this version of the specification. 
- 
getLatestVersionUrl
public java.net.URL getLatestVersionUrl()
Address to the latest version of this specification. 
- 
getStatus
public DocumentStatus getStatus()
An object indicating the status of the specification document. 
- 
getReleaseDate
public java.time.LocalDate getReleaseDate()
The release date of the specification document. 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -