Uses of Class
com.oracle.bmc.capacitymanagement.model.OccCapacityRequest.RequestType
-
Packages that use OccCapacityRequest.RequestType Package Description com.oracle.bmc.capacitymanagement.model com.oracle.bmc.capacitymanagement.requests -
-
Uses of OccCapacityRequest.RequestType in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccCapacityRequest.RequestType Modifier and Type Method Description static OccCapacityRequest.RequestTypeOccCapacityRequest.RequestType. create(String key)OccCapacityRequest.RequestTypeCreateOccCapacityRequestDetails. getRequestType()Type of Capacity Request(New or Transfer)OccCapacityRequest.RequestTypeOccCapacityRequest. getRequestType()Type of Capacity Request(New or Transfer)OccCapacityRequest.RequestTypeOccCapacityRequestSummary. getRequestType()Type of Capacity Request(New or Transfer)static OccCapacityRequest.RequestTypeOccCapacityRequest.RequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static OccCapacityRequest.RequestType[]OccCapacityRequest.RequestType. 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 OccCapacityRequest.RequestType Modifier and Type Method Description CreateOccCapacityRequestDetails.BuilderCreateOccCapacityRequestDetails.Builder. requestType(OccCapacityRequest.RequestType requestType)Type of Capacity Request(New or Transfer)OccCapacityRequest.BuilderOccCapacityRequest.Builder. requestType(OccCapacityRequest.RequestType requestType)Type of Capacity Request(New or Transfer)OccCapacityRequestSummary.BuilderOccCapacityRequestSummary.Builder. requestType(OccCapacityRequest.RequestType requestType)Type of Capacity Request(New or Transfer)Constructors in com.oracle.bmc.capacitymanagement.model with parameters of type OccCapacityRequest.RequestType Constructor Description CreateOccCapacityRequestDetails(String compartmentId, String occAvailabilityCatalogId, Namespace namespace, String region, String displayName, OccCapacityRequest.RequestType requestType, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String lifecycleDetails, String availabilityDomain, Date dateExpectedCapacityHandover, CreateOccCapacityRequestDetails.RequestState requestState, List<OccCapacityRequestBaseDetails> details)Deprecated.OccCapacityRequest(String id, String compartmentId, String occAvailabilityCatalogId, String displayName, String description, Namespace namespace, String occCustomerGroupId, OccCapacityRequest.RequestType requestType, String region, String availabilityDomain, Date dateExpectedCapacityHandover, OccCapacityRequest.RequestState requestState, Date timeCreated, Date timeUpdated, OccCapacityRequest.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<OccCapacityRequestBaseDetails> details)Deprecated.OccCapacityRequestSummary(String id, String compartmentId, String occAvailabilityCatalogId, String displayName, String description, Namespace namespace, String occCustomerGroupId, String region, String availabilityDomain, Date dateExpectedCapacityHandover, OccCapacityRequest.RequestState requestState, OccCapacityRequest.RequestType requestType, Date timeCreated, Date timeUpdated, OccCapacityRequest.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of OccCapacityRequest.RequestType in com.oracle.bmc.capacitymanagement.requests
Methods in com.oracle.bmc.capacitymanagement.requests that return OccCapacityRequest.RequestType Modifier and Type Method Description OccCapacityRequest.RequestTypeListOccCapacityRequestsInternalRequest. getRequestType()A filter to return only the resources that match the request type.OccCapacityRequest.RequestTypeListOccCapacityRequestsRequest. getRequestType()A filter to return only the resources that match the request type.Methods in com.oracle.bmc.capacitymanagement.requests with parameters of type OccCapacityRequest.RequestType Modifier and Type Method Description ListOccCapacityRequestsInternalRequest.BuilderListOccCapacityRequestsInternalRequest.Builder. requestType(OccCapacityRequest.RequestType requestType)A filter to return only the resources that match the request type.ListOccCapacityRequestsRequest.BuilderListOccCapacityRequestsRequest.Builder. requestType(OccCapacityRequest.RequestType requestType)A filter to return only the resources that match the request type.
-