Uses of Class
com.sap.cloudfoundry.client.facade.domain.LifecycleType
-
Packages that use LifecycleType Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of LifecycleType in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return LifecycleType Modifier and Type Method Description LifecycleTypeImmutableLifecycle. getType()LifecycleTypeLifecycle. getType()static LifecycleTypeLifecycleType. valueOf(String name)Returns the enum constant of this type with the specified name.static LifecycleType[]LifecycleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type LifecycleType Modifier and Type Method Description ImmutableLifecycle.BuilderImmutableLifecycle.Builder. type(LifecycleType type)Initializes the value for thetypeattribute.ImmutableLifecycleImmutableLifecycle. withType(LifecycleType value)Copy the current immutable object by setting a value for thetypeattribute.
-