Uses of Class
com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle
-
Packages that use ImmutableLifecycle Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of ImmutableLifecycle in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return ImmutableLifecycle Modifier and Type Method Description ImmutableLifecycleImmutableLifecycle.Builder. build()Builds a newImmutableLifecycle.static ImmutableLifecycleImmutableLifecycle. copyOf(Lifecycle instance)Creates an immutable copy of aLifecyclevalue.ImmutableLifecycleImmutableLifecycle. withData(Map<String,? extends Object> entries)Copy the current immutable object by replacing thedatamap with the specified map.ImmutableLifecycleImmutableLifecycle. withType(LifecycleType value)Copy the current immutable object by setting a value for thetypeattribute.
-