Uses of Class
com.inrupt.client.accessgrant.CredentialFilter
Packages that use CredentialFilter
-
Uses of CredentialFilter in com.inrupt.client.accessgrant
Methods in com.inrupt.client.accessgrant that return CredentialFilterModifier and TypeMethodDescription<T extends AccessCredential>
CredentialFilter<T>Build a credential filter.Methods in com.inrupt.client.accessgrant that return types with arguments of type CredentialFilterModifier and TypeMethodDescriptionCredentialResult.firstPage()
Get a filter for the first page of results.CredentialResult.lastPage()
Get a filter for the last page of results.CredentialResult.nextPage()
Get a filter for the next page of results.CredentialResult.prevPage()
Get a filter for the previous page of results.Methods in com.inrupt.client.accessgrant with parameters of type CredentialFilterModifier and TypeMethodDescriptionstatic <T extends AccessCredential>
CredentialFilter.BuilderCredentialFilter.newBuilder
(CredentialFilter<T> filter) Create a new CredentialFilter builder from an existing filter.<T extends AccessCredential>
CompletionStage<CredentialResult<T>>AccessGrantClient.query
(CredentialFilter<T> filter) Perform an Access Credentials query and return a page of access credentials.Constructors in com.inrupt.client.accessgrant with parameters of type CredentialFilterModifierConstructorDescriptionCredentialResult
(List<T> items, CredentialFilter<T> first, CredentialFilter<T> prev, CredentialFilter<T> next, CredentialFilter<T> last) A page of access credential results.