@Generated(value="org.immutables.processor.ProxyProcessor") public final class Links extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Links.Builder
Builds instances of type
Links. |
| Modifier and Type | Method and Description |
|---|---|
static Links.Builder |
builder()
Creates a builder for
Links. |
boolean |
equals(Object another)
This instance is equal to all instances of
Links that have equal attribute values. |
String |
getHomeRedirect()
The URL redirect
|
LogoutLink |
getLogout()
The logout link
|
SelfServiceLink |
getSelfService()
The self service link
|
int |
hashCode()
Computes a hash code from attributes:
homeRedirect, logout, selfService. |
String |
toString()
Prints the immutable value
Links with attribute values. |
public String getHomeRedirect()
public LogoutLink getLogout()
public SelfServiceLink getSelfService()
public boolean equals(Object another)
Links that have equal attribute values.public int hashCode()
homeRedirect, logout, selfService.public String toString()
Links with attribute values.public static Links.Builder builder()
Links.
Links.builder()
.homeRedirect(String | null) // nullable homeRedirect
.logout(org.cloudfoundry.uaa.identityzones.LogoutLink | null) // nullable logout
.selfService(org.cloudfoundry.uaa.identityzones.SelfServiceLink | null) // nullable selfService
.build();
Copyright © 2020. All rights reserved.