Uses of Interface
com.sap.cloudfoundry.client.facade.domain.Lifecycle
-
Packages that use Lifecycle Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of Lifecycle in com.sap.cloudfoundry.client.facade.domain
Classes in com.sap.cloudfoundry.client.facade.domain that implement Lifecycle Modifier and Type Class Description classImmutableLifecycleImmutable implementation ofLifecycle.Methods in com.sap.cloudfoundry.client.facade.domain that return Lifecycle Modifier and Type Method Description abstract LifecycleCloudApplication. getLifecycle()LifecycleImmutableCloudApplication. getLifecycle()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type Lifecycle Modifier and Type Method Description static ImmutableLifecycleImmutableLifecycle. copyOf(Lifecycle instance)Creates an immutable copy of aLifecyclevalue.ImmutableLifecycle.BuilderImmutableLifecycle.Builder. from(Lifecycle instance)Fill a builder with attribute values from the providedLifecycleinstance.ImmutableCloudApplication.BuilderImmutableCloudApplication.Builder. lifecycle(Lifecycle lifecycle)Initializes the value for thelifecycleattribute.ImmutableCloudApplicationImmutableCloudApplication. withLifecycle(Lifecycle value)Copy the current immutable object by setting a value for thelifecycleattribute.
-