Uses of Class
com.oracle.bmc.rover.model.RoverEntitlement.LifecycleState
-
Packages that use RoverEntitlement.LifecycleState Package Description com.oracle.bmc.rover com.oracle.bmc.rover.model -
-
Uses of RoverEntitlement.LifecycleState in com.oracle.bmc.rover
-
Uses of RoverEntitlement.LifecycleState in com.oracle.bmc.rover.model
Methods in com.oracle.bmc.rover.model that return RoverEntitlement.LifecycleState Modifier and Type Method Description static RoverEntitlement.LifecycleState
RoverEntitlement.LifecycleState. create(String key)
RoverEntitlement.LifecycleState
RoverEntitlement. getLifecycleState()
Lifecyclestate for the entitlement.RoverEntitlement.LifecycleState
RoverEntitlementSummary. getLifecycleState()
Lifecyclestate for the entitlement.static RoverEntitlement.LifecycleState
RoverEntitlement.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static RoverEntitlement.LifecycleState[]
RoverEntitlement.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.rover.model with parameters of type RoverEntitlement.LifecycleState Modifier and Type Method Description RoverEntitlement.Builder
RoverEntitlement.Builder. lifecycleState(RoverEntitlement.LifecycleState lifecycleState)
Lifecyclestate for the entitlement.RoverEntitlementSummary.Builder
RoverEntitlementSummary.Builder. lifecycleState(RoverEntitlement.LifecycleState lifecycleState)
Lifecyclestate for the entitlement.Constructors in com.oracle.bmc.rover.model with parameters of type RoverEntitlement.LifecycleState Constructor Description RoverEntitlement(String tenantId, String id, String compartmentId, String displayName, String requestorName, String requestorEmail, RoverEntitlement.LifecycleState lifecycleState, String entitlementDetails, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.RoverEntitlementSummary(String id, String compartmentId, String displayName, String requestorName, String requestorEmail, RoverEntitlement.LifecycleState lifecycleState, String lifecycleStateDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-