Package com.inrupt.client.accessgrant
Class AccessCredentialQuery<T extends AccessCredential>
java.lang.Object
com.inrupt.client.accessgrant.AccessCredentialQuery<T>
- Type Parameters:
T
- The access credential type
An object to represent an access credential query.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A builder class for access credential queries. -
Method Summary
Modifier and TypeMethodDescriptionGet the requested creator.getModes()
Get the requested access modes.Get the requested purposes.Get the requested recipient.Get the requested resource.Create a new access credential query builder.
-
Method Details
-
getResource
Get the requested resource.- Returns:
- the resource, may be
null
-
getCreator
Get the requested creator.- Returns:
- the creator, may be
null
-
getRecipient
Get the requested recipient.- Returns:
- the recipient, may be
null
-
getPurposes
Get the requested purposes.- Returns:
- the purpose identifiers, never
null
-
getModes
Get the requested access modes.- Returns:
- the access modes, never
null
-
newBuilder
Create a new access credential query builder.- Returns:
- the builder
-