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