| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
appIcon(String appIcon)
Initializes the value for the
appIcon attribute. |
Metadata.Builder |
appLaunchUrl(String appLaunchUrl)
Initializes the value for the
appLaunchUrl attribute. |
Metadata |
build()
Builds a new
Metadata. |
Metadata.Builder |
clientId(String clientId)
Initializes the value for the
clientId attribute. |
Metadata.Builder |
clientName(String clientName)
Initializes the value for the
clientName attribute. |
Metadata.Builder |
from(org.cloudfoundry.uaa.clients.AbstractMetadata instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.clients.AbstractMetadata instance. |
Metadata.Builder |
from(Metadata instance)
Fill a builder with attribute values from the provided
Metadata instance. |
Metadata.Builder |
showOnHomePage(Boolean showOnHomePage)
Initializes the value for the
showOnHomePage attribute. |
public final Metadata.Builder from(org.cloudfoundry.uaa.clients.AbstractMetadata instance)
org.cloudfoundry.uaa.clients.AbstractMetadata instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final Metadata.Builder from(Metadata instance)
Metadata instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final Metadata.Builder appIcon(String appIcon)
appIcon attribute.appIcon - The value for appIconthis builder for use in a chained invocationpublic final Metadata.Builder appLaunchUrl(String appLaunchUrl)
appLaunchUrl attribute.appLaunchUrl - The value for appLaunchUrlthis builder for use in a chained invocationpublic final Metadata.Builder clientId(String clientId)
clientId attribute.clientId - The value for clientIdthis builder for use in a chained invocationpublic final Metadata.Builder clientName(String clientName)
clientName attribute.clientName - The value for clientName (can be null)this builder for use in a chained invocationpublic final Metadata.Builder showOnHomePage(Boolean showOnHomePage)
showOnHomePage attribute.showOnHomePage - The value for showOnHomePagethis builder for use in a chained invocationpublic Metadata build()
Metadata.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.