@Generated(value="org.immutables.processor.ProxyProcessor") public final class SelfServiceLink extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SelfServiceLink.Builder
Builds instances of type
SelfServiceLink. |
| Modifier and Type | Method and Description |
|---|---|
static SelfServiceLink.Builder |
builder()
Creates a builder for
SelfServiceLink. |
boolean |
equals(Object another)
This instance is equal to all instances of
SelfServiceLink that have equal attribute values. |
String |
getResetPasswordLink()
Where users are directed upon clicking the password reset link.
|
Boolean |
getSelfServiceLinksEnabled()
Whether or not users are allowed to sign up or reset their passwords via the UI.
|
String |
getSignupLink()
Where users are directed upon clicking the account creation link.
|
int |
hashCode()
Computes a hash code from attributes:
resetPasswordLink, selfServiceLinksEnabled, signupLink. |
String |
toString()
Prints the immutable value
SelfServiceLink with attribute values. |
public String getResetPasswordLink()
public Boolean getSelfServiceLinksEnabled()
public String getSignupLink()
public boolean equals(Object another)
SelfServiceLink that have equal attribute values.public int hashCode()
resetPasswordLink, selfServiceLinksEnabled, signupLink.public String toString()
SelfServiceLink with attribute values.public static SelfServiceLink.Builder builder()
SelfServiceLink.
SelfServiceLink.builder()
.resetPasswordLink(String | null) // nullable resetPasswordLink
.selfServiceLinksEnabled(Boolean | null) // nullable selfServiceLinksEnabled
.signupLink(String | null) // nullable signupLink
.build();
Copyright © 2020. All rights reserved.