Uses of Class
com.oracle.bmc.limitsincrease.model.LimitsIncreaseRequest.LifecycleState
-
Packages that use LimitsIncreaseRequest.LifecycleState Package Description com.oracle.bmc.limitsincrease com.oracle.bmc.limitsincrease.model -
-
Uses of LimitsIncreaseRequest.LifecycleState in com.oracle.bmc.limitsincrease
-
Uses of LimitsIncreaseRequest.LifecycleState in com.oracle.bmc.limitsincrease.model
Methods in com.oracle.bmc.limitsincrease.model that return LimitsIncreaseRequest.LifecycleState Modifier and Type Method Description static LimitsIncreaseRequest.LifecycleStateLimitsIncreaseRequest.LifecycleState. create(String key)LimitsIncreaseRequest.LifecycleStateLimitsIncreaseRequest. getLifecycleState()The current status of the limit increase request.LimitsIncreaseRequest.LifecycleStateLimitsIncreaseRequestSummary. getLifecycleState()The current state of the limit increase request.static LimitsIncreaseRequest.LifecycleStateLimitsIncreaseRequest.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static LimitsIncreaseRequest.LifecycleState[]LimitsIncreaseRequest.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.limitsincrease.model with parameters of type LimitsIncreaseRequest.LifecycleState Modifier and Type Method Description LimitsIncreaseRequest.BuilderLimitsIncreaseRequest.Builder. lifecycleState(LimitsIncreaseRequest.LifecycleState lifecycleState)The current status of the limit increase request.LimitsIncreaseRequestSummary.BuilderLimitsIncreaseRequestSummary.Builder. lifecycleState(LimitsIncreaseRequest.LifecycleState lifecycleState)The current state of the limit increase request.Constructors in com.oracle.bmc.limitsincrease.model with parameters of type LimitsIncreaseRequest.LifecycleState Constructor Description LimitsIncreaseRequest(String id, String displayName, String compartmentId, String subscriptionId, LimitsIncreaseRequest.LifecycleState lifecycleState, List<LimitsIncreaseItemRequest> limitsIncreaseItemRequests, String justification, Date timeCreated, Date timeUpdated, Date timeResolution, List<LimitsIncreaseRequestComment> customerComments, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.LimitsIncreaseRequestSummary(String id, String compartmentId, String subscriptionId, LimitsIncreaseRequest.LifecycleState lifecycleState, String displayName, Long itemsInRequest, String justification, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-