@Generated(value="org.immutables.processor.ProxyProcessor") public final class InviteUsersRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InviteUsersRequest.Builder
Builds instances of type
InviteUsersRequest. |
| Modifier and Type | Method and Description |
|---|---|
static InviteUsersRequest.Builder |
builder()
Creates a builder for
InviteUsersRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
InviteUsersRequest that have equal attribute values. |
String |
getClientId()
The client registration information
|
List<String> |
getEmails()
The emails to invite
|
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
String |
getRedirectUri()
The redirect URI
|
int |
hashCode()
Computes a hash code from attributes:
identityZoneId, identityZoneSubdomain, clientId, emails, redirectUri. |
String |
toString()
Prints the immutable value
InviteUsersRequest with attribute values. |
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public String getClientId()
public String getRedirectUri()
public boolean equals(Object another)
InviteUsersRequest that have equal attribute values.public int hashCode()
identityZoneId, identityZoneSubdomain, clientId, emails, redirectUri.public String toString()
InviteUsersRequest with attribute values.public static InviteUsersRequest.Builder builder()
InviteUsersRequest.
InviteUsersRequest.builder()
.identityZoneId(String | null) // nullable identityZoneId
.identityZoneSubdomain(String | null) // nullable identityZoneSubdomain
.clientId(String | null) // nullable clientId
.email|addAllEmails(String) // emails elements
.redirectUri(String) // required redirectUri
.build();
Copyright © 2020. All rights reserved.