| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudUser |
ImmutableCloudUser.Builder.build()
Builds a new
ImmutableCloudUser. |
static ImmutableCloudUser |
ImmutableCloudUser.copyOf(CloudUser instance)
Creates an immutable copy of a
CloudUser value. |
ImmutableCloudUser |
ImmutableCloudUser.withDefaultSpaceGuid(String value)
Copy the current immutable object by setting a value for the
defaultSpaceGuid attribute. |
ImmutableCloudUser |
ImmutableCloudUser.withIsActive(Boolean value)
Copy the current immutable object by setting a value for the
isActive attribute. |
ImmutableCloudUser |
ImmutableCloudUser.withIsAdmin(Boolean value)
Copy the current immutable object by setting a value for the
isAdmin attribute. |
ImmutableCloudUser |
ImmutableCloudUser.withMetadata(CloudMetadata value)
Copy the current immutable object by setting a value for the
metadata attribute. |
ImmutableCloudUser |
ImmutableCloudUser.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCloudUser |
ImmutableCloudUser.withV3Metadata(org.cloudfoundry.client.v3.Metadata value)
Copy the current immutable object by setting a value for the
v3Metadata attribute. |
Copyright © 2020 SAP SE. All rights reserved.