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