@Generated(value="org.immutables.processor.ProxyProcessor") public final class BatchUpdateClientsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchUpdateClientsRequest.Builder
Builds instances of type
BatchUpdateClientsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static BatchUpdateClientsRequest.Builder |
builder()
Creates a builder for
BatchUpdateClientsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
BatchUpdateClientsRequest that have equal attribute values. |
List<UpdateClient> |
getClients()
A list of clients to update
|
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
BatchUpdateClientsRequest with attribute values. |
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public List<UpdateClient> getClients()
public boolean equals(Object another)
BatchUpdateClientsRequest that have equal attribute values.public int hashCode()
identityZoneId, identityZoneSubdomain, clients.public String toString()
BatchUpdateClientsRequest with attribute values.public static BatchUpdateClientsRequest.Builder builder()
BatchUpdateClientsRequest.
BatchUpdateClientsRequest.builder()
.identityZoneId(String | null) // nullable identityZoneId
.identityZoneSubdomain(String | null) // nullable identityZoneSubdomain
.client|addAllClients(UpdateClient) // clients elements
.build();
Copyright © 2020. All rights reserved.