| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.adapters |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawCloudApplication |
ImmutableRawCloudApplication.Builder.build()
Builds a new
ImmutableRawCloudApplication. |
static ImmutableRawCloudApplication |
ImmutableRawCloudApplication.copyOf(RawCloudApplication instance)
Creates an immutable copy of a
RawCloudApplication value. |
ImmutableRawCloudApplication |
ImmutableRawCloudApplication.withResource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.applications.ApplicationEntity> value)
Copy the current immutable object by setting a value for the
resource attribute. |
ImmutableRawCloudApplication |
ImmutableRawCloudApplication.withSpace(Derivable<CloudSpace> value)
Copy the current immutable object by setting a value for the
space attribute. |
ImmutableRawCloudApplication |
ImmutableRawCloudApplication.withStack(Derivable<CloudStack> value)
Copy the current immutable object by setting a value for the
stack attribute. |
ImmutableRawCloudApplication |
ImmutableRawCloudApplication.withSummary(org.cloudfoundry.client.v2.applications.SummaryApplicationResponse value)
Copy the current immutable object by setting a value for the
summary attribute. |
Copyright © 2020 SAP SE. All rights reserved.