@Generated(value="org.immutables.processor.ProxyProcessor") public final class InviteUsersResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InviteUsersResponse.Builder
Builds instances of type
InviteUsersResponse. |
| Modifier and Type | Method and Description |
|---|---|
static InviteUsersResponse.Builder |
builder()
Creates a builder for
InviteUsersResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
InviteUsersResponse that have equal attribute values. |
List<Invite> |
getFailedInvites()
Failed invites
|
List<Invite> |
getNewInvites()
Successful invites
|
int |
hashCode()
Computes a hash code from attributes:
failedInvites, newInvites. |
String |
toString()
Prints the immutable value
InviteUsersResponse with attribute values. |
public boolean equals(Object another)
InviteUsersResponse that have equal attribute values.public int hashCode()
failedInvites, newInvites.public String toString()
InviteUsersResponse with attribute values.public static InviteUsersResponse.Builder builder()
InviteUsersResponse.
InviteUsersResponse.builder()
.failedInvite|addAllFailedInvites(Invite) // failedInvites elements
.newInvite|addAllNewInvites(Invite) // newInvites elements
.build();
Copyright © 2020. All rights reserved.