| Package | Description |
|---|---|
| org.cloudfoundry.uaa.clients |
| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
Metadata.Builder.appIcon(String appIcon)
Initializes the value for the
appIcon attribute. |
Metadata.Builder |
Metadata.Builder.appLaunchUrl(String appLaunchUrl)
Initializes the value for the
appLaunchUrl attribute. |
static Metadata.Builder |
Metadata.builder()
Creates a builder for
Metadata. |
Metadata.Builder |
Metadata.Builder.clientId(String clientId)
Initializes the value for the
clientId attribute. |
Metadata.Builder |
Metadata.Builder.clientName(String clientName)
Initializes the value for the
clientName attribute. |
Metadata.Builder |
Metadata.Builder.from(org.cloudfoundry.uaa.clients._Metadata instance)
Copy abstract value type
_Metadata instance into builder. |
Metadata.Builder |
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 |
Metadata.Builder.from(Metadata instance)
Fill a builder with attribute values from the provided
Metadata instance. |
Metadata.Builder |
Metadata.Builder.showOnHomePage(Boolean showOnHomePage)
Initializes the value for the
showOnHomePage attribute. |
Copyright © 2020. All rights reserved.