@Generated(value="org.immutables.processor.ProxyProcessor") public final class BatchCreateClientsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchCreateClientsRequest.Builder
Builds instances of type
BatchCreateClientsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static BatchCreateClientsRequest.Builder |
builder()
Creates a builder for
BatchCreateClientsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
BatchCreateClientsRequest that have equal attribute values. |
List<CreateClient> |
getClients()
A list of clients to create
|
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
int |
hashCode()
Computes a hash code from attributes:
identityZoneId, identityZoneSubdomain, clients. |
String |
toString()
Prints the immutable value
BatchCreateClientsRequest with attribute values. |
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public List<CreateClient> getClients()
public boolean equals(Object another)
BatchCreateClientsRequest that have equal attribute values.public int hashCode()
identityZoneId, identityZoneSubdomain, clients.public String toString()
BatchCreateClientsRequest with attribute values.public static BatchCreateClientsRequest.Builder builder()
BatchCreateClientsRequest.
BatchCreateClientsRequest.builder()
.identityZoneId(String | null) // nullable identityZoneId
.identityZoneSubdomain(String | null) // nullable identityZoneSubdomain
.client|addAllClients(CreateClient) // clients elements
.build();
Copyright © 2020. All rights reserved.