Uses of Class
de.captaingoldfish.scim.sdk.client.builder.ListBuilder
Packages that use ListBuilder
-
Uses of ListBuilder in de.captaingoldfish.scim.sdk.client
Methods in de.captaingoldfish.scim.sdk.client that return ListBuilderModifier and TypeMethodDescription<T extends ResourceNode>
ListBuilder<T>builds an update builder class based on the given type<T extends ResourceNode>
ListBuilder<T>builds an update builder class based on the given type -
Uses of ListBuilder in de.captaingoldfish.scim.sdk.client.builder
Fields in de.captaingoldfish.scim.sdk.client.builder declared as ListBuilderModifier and TypeFieldDescriptionprotected ListBuilder<T>ListBuilder.TypedRequestBuilder.listBuilderthe original list builder instanceprotected ListBuilder<T>ListBuilder.TypedRequestBuilder.listBuilderthe original list builder instanceMethods in de.captaingoldfish.scim.sdk.client.builder that return ListBuilderModifier and TypeMethodDescriptionListBuilder.attributes(String... attributeNames) adds the attributes that should be returned by the service providerListBuilder.FilterBuilder.build()builds the filter string and puts it into the parameter map of the list builder instanceListBuilder.count(int count) sets the count parameter for the maximum number of entries that should be returnedadds additional custom parameters to the request that are unknown by the SCIM specificationListBuilder.excludedAttributes(String... attributeNames) adds the excluded attributes that should not be returned by the service providersets the given filter as attributesets the attribute name that should be used for sorting the entriessets the sorting order of the resourcesListBuilder.startIndex(long startIndex) sets the startIndex parameter for the first entry that should be returnedConstructors in de.captaingoldfish.scim.sdk.client.builder with parameters of type ListBuilderModifierConstructorDescriptionFilterBuilder(ListBuilder<T> listBuilder) FilterBuilder(ListBuilder<T> listBuilder, String attributeName, Comparator comparator, String value, boolean openParenthesis) GetRequestBuilder(ListBuilder<T> listBuilder) PostRequestBuilder(ListBuilder<T> listBuilder)