@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateMetadataRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateMetadataRequest.Builder
Builds instances of type
UpdateMetadataRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMetadataRequest.Builder |
builder()
Creates a builder for
UpdateMetadataRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateMetadataRequest 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
|
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
Boolean |
getShowOnHomePage()
Flag to control visibility on home page
|
int |
hashCode()
Computes a hash code from attributes:
identityZoneId, identityZoneSubdomain, appIcon, appLaunchUrl, clientId, clientName, showOnHomePage. |
String |
toString()
Prints the immutable value
UpdateMetadataRequest with attribute values. |
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public String getAppIcon()
public String getAppLaunchUrl()
public String getClientId()
public String getClientName()
public Boolean getShowOnHomePage()
public boolean equals(Object another)
UpdateMetadataRequest that have equal attribute values.public int hashCode()
identityZoneId, identityZoneSubdomain, appIcon, appLaunchUrl, clientId, clientName, showOnHomePage.public String toString()
UpdateMetadataRequest with attribute values.public static UpdateMetadataRequest.Builder builder()
UpdateMetadataRequest.
UpdateMetadataRequest.builder()
.identityZoneId(String | null) // nullable identityZoneId
.identityZoneSubdomain(String | null) // nullable identityZoneSubdomain
.appIcon(String | null) // nullable appIcon
.appLaunchUrl(String | null) // nullable appLaunchUrl
.clientId(String) // required clientId
.clientName(String | null) // nullable clientName
.showOnHomePage(Boolean | null) // nullable showOnHomePage
.build();
Copyright © 2020. All rights reserved.