public static final class LookupUserIdsRequest.Builder extends Object
LookupUserIdsRequest.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
LookupUserIdsRequest |
build()
Builds a new
LookupUserIdsRequest. |
LookupUserIdsRequest.Builder |
count(Integer count)
Initializes the value for the
count attribute. |
LookupUserIdsRequest.Builder |
filter(String filter)
Initializes the value for the
filter attribute. |
LookupUserIdsRequest.Builder |
from(LookupUserIdsRequest instance)
Fill a builder with attribute values from the provided
LookupUserIdsRequest instance. |
LookupUserIdsRequest.Builder |
from(PaginatedAndSortedRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.PaginatedAndSortedRequest instance. |
LookupUserIdsRequest.Builder |
includeInactive(Boolean includeInactive)
Initializes the value for the
includeInactive attribute. |
LookupUserIdsRequest.Builder |
sortOrder(SortOrder sortOrder)
Initializes the value for the
sortOrder attribute. |
LookupUserIdsRequest.Builder |
startIndex(Integer startIndex)
Initializes the value for the
startIndex attribute. |
public final LookupUserIdsRequest.Builder from(PaginatedAndSortedRequest instance)
org.cloudfoundry.uaa.PaginatedAndSortedRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final LookupUserIdsRequest.Builder from(LookupUserIdsRequest instance)
LookupUserIdsRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final LookupUserIdsRequest.Builder includeInactive(Boolean includeInactive)
includeInactive attribute.includeInactive - The value for includeInactive (can be null)this builder for use in a chained invocationpublic final LookupUserIdsRequest.Builder count(Integer count)
count attribute.count - The value for count (can be null)this builder for use in a chained invocationpublic final LookupUserIdsRequest.Builder filter(String filter)
filter attribute.filter - The value for filter (can be null)this builder for use in a chained invocationpublic final LookupUserIdsRequest.Builder sortOrder(SortOrder sortOrder)
sortOrder attribute.sortOrder - The value for sortOrder (can be null)this builder for use in a chained invocationpublic final LookupUserIdsRequest.Builder startIndex(Integer startIndex)
startIndex attribute.startIndex - The value for startIndex (can be null)this builder for use in a chained invocationpublic LookupUserIdsRequest build()
LookupUserIdsRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.