Uses of Class
com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication
-
Packages that use ImmutableRawCloudApplication Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ImmutableRawCloudApplication in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return ImmutableRawCloudApplication Modifier and Type Method Description ImmutableRawCloudApplicationImmutableRawCloudApplication.Builder. build()Builds a newImmutableRawCloudApplication.static ImmutableRawCloudApplicationImmutableRawCloudApplication. copyOf(RawCloudApplication instance)Creates an immutable copy of aRawCloudApplicationvalue.ImmutableRawCloudApplicationImmutableRawCloudApplication. withApplication(org.cloudfoundry.client.v3.applications.Application value)Copy the current immutable object by setting a value for theapplicationattribute.ImmutableRawCloudApplicationImmutableRawCloudApplication. withSpace(Derivable<CloudSpace> value)Copy the current immutable object by setting a value for thespaceattribute.
-