Uses of Class
com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudInfo
-
Packages that use ImmutableRawCloudInfo Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ImmutableRawCloudInfo in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return ImmutableRawCloudInfo Modifier and Type Method Description ImmutableRawCloudInfoImmutableRawCloudInfo.Builder. build()Builds a newImmutableRawCloudInfo.static ImmutableRawCloudInfoImmutableRawCloudInfo. copyOf(RawCloudInfo instance)Creates an immutable copy of aRawCloudInfovalue.static ImmutableRawCloudInfoImmutableRawCloudInfo. of(org.cloudfoundry.client.v2.info.GetInfoResponse resource)Construct a new immutableRawCloudInfoinstance.ImmutableRawCloudInfoImmutableRawCloudInfo. withResource(org.cloudfoundry.client.v2.info.GetInfoResponse value)Copy the current immutable object by setting a value for theresourceattribute.
-