Uses of Class
com.oracle.bmc.capacitymanagement.model.OccCustomerGroup.LifecycleState
-
Packages that use OccCustomerGroup.LifecycleState Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.model -
-
Uses of OccCustomerGroup.LifecycleState in com.oracle.bmc.capacitymanagement
-
Uses of OccCustomerGroup.LifecycleState in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccCustomerGroup.LifecycleState Modifier and Type Method Description static OccCustomerGroup.LifecycleState
OccCustomerGroup.LifecycleState. create(String key)
OccCustomerGroup.LifecycleState
OccCustomerGroup. getLifecycleState()
The current lifecycle state of the resource.OccCustomerGroup.LifecycleState
OccCustomerGroupSummary. getLifecycleState()
The current lifecycle state of the customer group.static OccCustomerGroup.LifecycleState
OccCustomerGroup.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OccCustomerGroup.LifecycleState[]
OccCustomerGroup.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.capacitymanagement.model with parameters of type OccCustomerGroup.LifecycleState Modifier and Type Method Description OccCustomerGroup.Builder
OccCustomerGroup.Builder. lifecycleState(OccCustomerGroup.LifecycleState lifecycleState)
The current lifecycle state of the resource.OccCustomerGroupSummary.Builder
OccCustomerGroupSummary.Builder. lifecycleState(OccCustomerGroup.LifecycleState lifecycleState)
The current lifecycle state of the customer group.Constructors in com.oracle.bmc.capacitymanagement.model with parameters of type OccCustomerGroup.LifecycleState Constructor Description OccCustomerGroup(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, OccCustomerGroup.Status status, OccCustomerGroup.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<OccCustomer> customersList)
Deprecated.OccCustomerGroupSummary(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, OccCustomerGroup.Status status, OccCustomerGroup.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-