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