@Generated(value="org.immutables.processor.ProxyProcessor") public final class BatchDeleteClientsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchDeleteClientsResponse.Builder
Builds instances of type
BatchDeleteClientsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteClientsResponse.Builder |
builder()
Creates a builder for
BatchDeleteClientsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
BatchDeleteClientsResponse that have equal attribute values. |
List<Client> |
getClients()
The deleted clients
|
int |
hashCode()
Computes a hash code from attributes:
clients. |
String |
toString()
Prints the immutable value
BatchDeleteClientsResponse with attribute values. |
public boolean equals(Object another)
BatchDeleteClientsResponse that have equal attribute values.public int hashCode()
clients.public String toString()
BatchDeleteClientsResponse with attribute values.public static BatchDeleteClientsResponse.Builder builder()
BatchDeleteClientsResponse.
BatchDeleteClientsResponse.builder()
.client|addAllClients(Client) // clients elements
.build();
Copyright © 2020. All rights reserved.