public static final class GetMetadataResponse.Builder extends Object
GetMetadataResponse.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
GetMetadataResponse.Builder |
appIcon(String appIcon)
Initializes the value for the
appIcon attribute. |
GetMetadataResponse.Builder |
appLaunchUrl(String appLaunchUrl)
Initializes the value for the
appLaunchUrl attribute. |
GetMetadataResponse |
build()
Builds a new
GetMetadataResponse. |
GetMetadataResponse.Builder |
clientId(String clientId)
Initializes the value for the
clientId attribute. |
GetMetadataResponse.Builder |
clientName(String clientName)
Initializes the value for the
clientName attribute. |
GetMetadataResponse.Builder |
from(org.cloudfoundry.uaa.clients._GetMetadataResponse instance)
Copy abstract value type
_GetMetadataResponse instance into builder. |
GetMetadataResponse.Builder |
from(org.cloudfoundry.uaa.clients.AbstractMetadata instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.clients.AbstractMetadata instance. |
GetMetadataResponse.Builder |
from(GetMetadataResponse instance)
Fill a builder with attribute values from the provided
GetMetadataResponse instance. |
GetMetadataResponse.Builder |
showOnHomePage(Boolean showOnHomePage)
Initializes the value for the
showOnHomePage attribute. |
public final GetMetadataResponse.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 GetMetadataResponse.Builder from(GetMetadataResponse instance)
GetMetadataResponse instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final GetMetadataResponse.Builder from(org.cloudfoundry.uaa.clients._GetMetadataResponse instance)
_GetMetadataResponse instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final GetMetadataResponse.Builder appIcon(String appIcon)
appIcon attribute.appIcon - The value for appIconthis builder for use in a chained invocationpublic final GetMetadataResponse.Builder appLaunchUrl(String appLaunchUrl)
appLaunchUrl attribute.appLaunchUrl - The value for appLaunchUrl (can be null)this builder for use in a chained invocationpublic final GetMetadataResponse.Builder clientId(String clientId)
clientId attribute.clientId - The value for clientIdthis builder for use in a chained invocationpublic final GetMetadataResponse.Builder clientName(String clientName)
clientName attribute.clientName - The value for clientName (can be null)this builder for use in a chained invocationpublic final GetMetadataResponse.Builder showOnHomePage(Boolean showOnHomePage)
showOnHomePage attribute.showOnHomePage - The value for showOnHomePagethis builder for use in a chained invocationpublic GetMetadataResponse build()
GetMetadataResponse.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.