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