public static final class BatchDeleteClientsRequest.Builder extends Object
BatchDeleteClientsRequest.
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 |
|---|---|
BatchDeleteClientsRequest.Builder |
addAllClientIds(Iterable<String> elements)
Adds elements to
clientIds list. |
BatchDeleteClientsRequest |
build()
Builds a new
BatchDeleteClientsRequest. |
BatchDeleteClientsRequest.Builder |
clientId(String... elements)
Adds elements to
clientIds list. |
BatchDeleteClientsRequest.Builder |
clientId(String element)
Adds one element to
clientIds list. |
BatchDeleteClientsRequest.Builder |
clientIds(Iterable<String> elements)
Sets or replaces all elements for
clientIds list. |
BatchDeleteClientsRequest.Builder |
from(BatchDeleteClientsRequest instance)
Fill a builder with attribute values from the provided
BatchDeleteClientsRequest instance. |
BatchDeleteClientsRequest.Builder |
from(IdentityZoned instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.IdentityZoned instance. |
BatchDeleteClientsRequest.Builder |
identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
public final BatchDeleteClientsRequest.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 BatchDeleteClientsRequest.Builder from(BatchDeleteClientsRequest instance)
BatchDeleteClientsRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final BatchDeleteClientsRequest.Builder clientId(String element)
clientIds list.element - A clientIds elementthis builder for use in a chained invocationpublic final BatchDeleteClientsRequest.Builder clientId(String... elements)
clientIds list.elements - An array of clientIds elementsthis builder for use in a chained invocationpublic final BatchDeleteClientsRequest.Builder clientIds(Iterable<String> elements)
clientIds list.elements - An iterable of clientIds elementsthis builder for use in a chained invocationpublic final BatchDeleteClientsRequest.Builder addAllClientIds(Iterable<String> elements)
clientIds list.elements - An iterable of clientIds elementsthis builder for use in a chained invocationpublic final BatchDeleteClientsRequest.Builder identityZoneId(String identityZoneId)
identityZoneId attribute.identityZoneId - The value for identityZoneId (can be null)this builder for use in a chained invocationpublic BatchDeleteClientsRequest build()
BatchDeleteClientsRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.