| Package | Description |
|---|---|
| org.cloudfoundry.uaa.clients |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.Builder.addAllClients(Iterable<? extends CreateClient> elements)
Adds elements to
clients list. |
static BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.builder()
Creates a builder for
BatchCreateClientsRequest. |
BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.Builder.client(CreateClient... elements)
Adds elements to
clients list. |
BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.Builder.client(CreateClient element)
Adds one element to
clients list. |
BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.Builder.clients(Iterable<? extends CreateClient> elements)
Sets or replaces all elements for
clients list. |
BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.Builder.from(BatchCreateClientsRequest instance)
Fill a builder with attribute values from the provided
BatchCreateClientsRequest instance. |
BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.Builder.from(IdentityZoned instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.IdentityZoned instance. |
BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.