Class AccessGrant
java.lang.Object
com.janeirodigital.sai.core.resources.ReadableResource
com.janeirodigital.sai.core.resources.ImmutableResource
com.janeirodigital.sai.core.authorizations.AccessGrant
Immutable instantiation of an
Access Grant
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.janeirodigital.sai.core.resources.ReadableResource
contentType, dataset, exists, httpClient, jsonLdContext, resource, saiSession, unprotected, uri
-
Method Summary
Modifier and TypeMethodDescriptionstatic AccessGrant
get
(URI uri, SaiSession saiSession) Callget(URI, SaiSession, ContentType)
without specifying a desired content type for retrievalstatic AccessGrant
get
(URI uri, SaiSession saiSession, com.janeirodigital.sai.httputils.ContentType contentType) Get anAccessGrant
at the provideduri
reload()
Reload a new instance ofAccessGrant
using the attributes of the current instanceMethods inherited from class com.janeirodigital.sai.core.resources.ImmutableResource
create, delete
Methods inherited from class com.janeirodigital.sai.core.resources.ReadableResource
checkReadableResponse, read
-
Method Details
-
get
public static AccessGrant get(URI uri, SaiSession saiSession, com.janeirodigital.sai.httputils.ContentType contentType) throws SaiException, com.janeirodigital.sai.httputils.SaiHttpNotFoundException Get anAccessGrant
at the provideduri
- Parameters:
uri
- URI of theAccessGrant
to getsaiSession
-SaiSession
to assigncontentType
-ContentType
to use- Returns:
- Retrieved
AccessGrant
- Throws:
SaiException
com.janeirodigital.sai.httputils.SaiHttpNotFoundException
-
get
public static AccessGrant get(URI uri, SaiSession saiSession) throws com.janeirodigital.sai.httputils.SaiHttpNotFoundException, SaiException Callget(URI, SaiSession, ContentType)
without specifying a desired content type for retrieval- Parameters:
uri
- URI of theAccessGrant
to getsaiSession
-SaiSession
to assign- Returns:
- Retrieved
AccessGrant
- Throws:
com.janeirodigital.sai.httputils.SaiHttpNotFoundException
SaiException
-
reload
public AccessGrant reload() throws com.janeirodigital.sai.httputils.SaiHttpNotFoundException, SaiExceptionReload a new instance ofAccessGrant
using the attributes of the current instance- Returns:
- Reloaded
AccessGrant
- Throws:
com.janeirodigital.sai.httputils.SaiHttpNotFoundException
SaiException
-