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