ListBuilder<T> |
ListBuilder.attributes(String... attributeNames) |
adds the attributes that should be returned by the service provider
|
ListBuilder<T> |
ListBuilder.FilterBuilder.build() |
builds the filter string and puts it into the parameter map of the list builder instance
|
ListBuilder<T> |
ListBuilder.count(int count) |
sets the count parameter for the maximum number of entries that should be returned
|
ListBuilder<T> |
ListBuilder.custom(String attributeName,
String attribute) |
adds additional custom parameters to the request that are unknown by the SCIM specification
|
ListBuilder<T> |
ListBuilder.excludedAttributes(String... attributeNames) |
adds the excluded attributes that should not be returned by the service provider
|
ListBuilder<T> |
ListBuilder.filter(String filter) |
sets the given filter as attribute
|
ListBuilder<T> |
ListBuilder.sortBy(String sortBy) |
sets the attribute name that should be used for sorting the entries
|
ListBuilder<T> |
ListBuilder.sortOrder(SortOrder sortOrder) |
sets the sorting order of the resources
|
ListBuilder<T> |
ListBuilder.startIndex(long startIndex) |
sets the startIndex parameter for the first entry that should be returned
|