| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudInfo |
ImmutableCloudInfo.Builder.build()
Builds a new
ImmutableCloudInfo. |
static ImmutableCloudInfo |
ImmutableCloudInfo.copyOf(CloudInfo instance)
Creates an immutable copy of a
CloudInfo value. |
ImmutableCloudInfo |
ImmutableCloudInfo.withAuthorizationEndpoint(String value)
Copy the current immutable object by setting a value for the
authorizationEndpoint attribute. |
ImmutableCloudInfo |
ImmutableCloudInfo.withBuild(String value)
Copy the current immutable object by setting a value for the
build attribute. |
ImmutableCloudInfo |
ImmutableCloudInfo.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableCloudInfo |
ImmutableCloudInfo.withLoggingEndpoint(String value)
Copy the current immutable object by setting a value for the
loggingEndpoint attribute. |
ImmutableCloudInfo |
ImmutableCloudInfo.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCloudInfo |
ImmutableCloudInfo.withSupport(String value)
Copy the current immutable object by setting a value for the
support attribute. |
ImmutableCloudInfo |
ImmutableCloudInfo.withUser(String value)
Copy the current immutable object by setting a value for the
user attribute. |
ImmutableCloudInfo |
ImmutableCloudInfo.withVersion(String value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2020 SAP SE. All rights reserved.