-
public final class LicenseDocument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLicenseDocument.Companionpublic enumLicenseDocument.Rel
-
Field Summary
Fields Modifier and Type Field Description private final Stringproviderprivate final Stringidprivate final Dateissuedprivate final Dateupdatedprivate final Encryptionencryptionprivate final Linkslinksprivate final Useruserprivate final Rightsrightsprivate final Signaturesignatureprivate final LinkpublicationLinkprivate final Stringdescriptionprivate final JSONObjectjson
-
Method Summary
Modifier and Type Method Description final StringgetProvider()final StringgetId()final DategetIssued()final DategetUpdated()final EncryptiongetEncryption()final LinksgetLinks()final UsergetUser()final RightsgetRights()final SignaturegetSignature()final LinkgetPublicationLink()final StringgetDescription()final JSONObjectgetJson()final Linklink(LicenseDocument.Rel rel, MediaType type)final List<Link>links(LicenseDocument.Rel rel, MediaType type)final Urlurl(LicenseDocument.Rel rel, MediaType preferredType, Map<String, String> parameters)final ByteArraytoByteArray()-
-
Method Detail
-
getProvider
final String getProvider()
-
getUpdated
final Date getUpdated()
-
getEncryption
final Encryption getEncryption()
-
getSignature
final Signature getSignature()
-
getPublicationLink
final Link getPublicationLink()
-
getDescription
final String getDescription()
-
getJson
final JSONObject getJson()
-
link
final Link link(LicenseDocument.Rel rel, MediaType type)
-
links
final List<Link> links(LicenseDocument.Rel rel, MediaType type)
-
url
final Url url(LicenseDocument.Rel rel, MediaType preferredType, Map<String, String> parameters)
-
toByteArray
final ByteArray toByteArray()
-
-
-
-