public static final class ListExternalGroupMappingsRequest.Builder extends Object
ListExternalGroupMappingsRequest.
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 |
|---|---|
ListExternalGroupMappingsRequest |
build()
Builds a new
ListExternalGroupMappingsRequest. |
ListExternalGroupMappingsRequest.Builder |
count(Integer count)
Initializes the value for the
count attribute. |
ListExternalGroupMappingsRequest.Builder |
filter(String filter)
Initializes the value for the
filter attribute. |
ListExternalGroupMappingsRequest.Builder |
from(IdentityZoned instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.IdentityZoned instance. |
ListExternalGroupMappingsRequest.Builder |
from(ListExternalGroupMappingsRequest instance)
Fill a builder with attribute values from the provided
ListExternalGroupMappingsRequest instance. |
ListExternalGroupMappingsRequest.Builder |
from(PaginatedAndSortedByRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.PaginatedAndSortedByRequest instance. |
ListExternalGroupMappingsRequest.Builder |
from(PaginatedAndSortedRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.PaginatedAndSortedRequest instance. |
ListExternalGroupMappingsRequest.Builder |
identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
ListExternalGroupMappingsRequest.Builder |
identityZoneSubdomain(String identityZoneSubdomain)
Initializes the value for the
identityZoneSubdomain attribute. |
ListExternalGroupMappingsRequest.Builder |
sortBy(String sortBy)
Initializes the value for the
sortBy attribute. |
ListExternalGroupMappingsRequest.Builder |
sortOrder(SortOrder sortOrder)
Initializes the value for the
sortOrder attribute. |
ListExternalGroupMappingsRequest.Builder |
startIndex(Integer startIndex)
Initializes the value for the
startIndex attribute. |
public final ListExternalGroupMappingsRequest.Builder from(PaginatedAndSortedByRequest instance)
org.cloudfoundry.uaa.PaginatedAndSortedByRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListExternalGroupMappingsRequest.Builder from(IdentityZoned instance)
org.cloudfoundry.uaa.IdentityZoned instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListExternalGroupMappingsRequest.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 ListExternalGroupMappingsRequest.Builder from(ListExternalGroupMappingsRequest instance)
ListExternalGroupMappingsRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListExternalGroupMappingsRequest.Builder sortBy(String sortBy)
sortBy attribute.sortBy - The value for sortBy (can be null)this builder for use in a chained invocationpublic final ListExternalGroupMappingsRequest.Builder count(Integer count)
count attribute.count - The value for count (can be null)this builder for use in a chained invocationpublic final ListExternalGroupMappingsRequest.Builder filter(String filter)
filter attribute.filter - The value for filter (can be null)this builder for use in a chained invocationpublic final ListExternalGroupMappingsRequest.Builder sortOrder(SortOrder sortOrder)
sortOrder attribute.sortOrder - The value for sortOrder (can be null)this builder for use in a chained invocationpublic final ListExternalGroupMappingsRequest.Builder startIndex(Integer startIndex)
startIndex attribute.startIndex - The value for startIndex (can be null)this builder for use in a chained invocationpublic final ListExternalGroupMappingsRequest.Builder identityZoneId(String identityZoneId)
identityZoneId attribute.identityZoneId - The value for identityZoneId (can be null)this builder for use in a chained invocationpublic final ListExternalGroupMappingsRequest.Builder identityZoneSubdomain(String identityZoneSubdomain)
identityZoneSubdomain attribute.identityZoneSubdomain - The value for identityZoneSubdomain (can be null)this builder for use in a chained invocationpublic ListExternalGroupMappingsRequest build()
ListExternalGroupMappingsRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.