@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetMetadataResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetMetadataResponse.Builder
Builds instances of type
GetMetadataResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetMetadataResponse.Builder |
builder()
Creates a builder for
GetMetadataResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetMetadataResponse that have equal attribute values. |
String |
getAppIcon()
Base64 encoded image file
|
String |
getAppLaunchUrl()
URL to which the app is linked
|
String |
getClientId()
Client identifier, unique within identity zone
|
String |
getClientName()
Client name
|
Boolean |
getShowOnHomePage()
Flag to control visibility on home page
|
int |
hashCode()
Computes a hash code from attributes:
appIcon, appLaunchUrl, clientId, clientName, showOnHomePage. |
String |
toString()
Prints the immutable value
GetMetadataResponse with attribute values. |
public String getAppIcon()
public String getAppLaunchUrl()
public String getClientId()
public String getClientName()
public Boolean getShowOnHomePage()
public boolean equals(Object another)
GetMetadataResponse that have equal attribute values.public int hashCode()
appIcon, appLaunchUrl, clientId, clientName, showOnHomePage.public String toString()
GetMetadataResponse with attribute values.public static GetMetadataResponse.Builder builder()
GetMetadataResponse.
GetMetadataResponse.builder()
.appIcon(String) // required appIcon
.appLaunchUrl(String | null) // nullable appLaunchUrl
.clientId(String) // required clientId
.clientName(String | null) // nullable clientName
.showOnHomePage(Boolean) // required showOnHomePage
.build();
Copyright © 2020. All rights reserved.