public static final class GetMetadataRequest.Builder extends Object
GetMetadataRequest.
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 |
|---|---|
GetMetadataRequest |
build()
Builds a new
GetMetadataRequest. |
GetMetadataRequest.Builder |
clientId(String clientId)
Initializes the value for the
clientId attribute. |
GetMetadataRequest.Builder |
from(GetMetadataRequest instance)
Fill a builder with attribute values from the provided
GetMetadataRequest instance. |
GetMetadataRequest.Builder |
from(IdentityZoned instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.IdentityZoned instance. |
GetMetadataRequest.Builder |
identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
public final GetMetadataRequest.Builder from(IdentityZoned instance)
org.cloudfoundry.uaa.IdentityZoned instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final GetMetadataRequest.Builder from(GetMetadataRequest instance)
GetMetadataRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final GetMetadataRequest.Builder clientId(String clientId)
clientId attribute.clientId - The value for clientIdthis builder for use in a chained invocationpublic final GetMetadataRequest.Builder identityZoneId(String identityZoneId)
identityZoneId attribute.identityZoneId - The value for identityZoneId (can be null)this builder for use in a chained invocationpublic GetMetadataRequest build()
GetMetadataRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.