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