Uses of Class
com.oracle.bmc.capacitymanagement.model.OccmDemandSignalItemRequestType
-
Packages that use OccmDemandSignalItemRequestType Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of OccmDemandSignalItemRequestType in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccmDemandSignalItemRequestType Modifier and Type Method Description static OccmDemandSignalItemRequestTypeOccmDemandSignalItemRequestType. create(String key)OccmDemandSignalItemRequestTypeBulkCreateOccmDemandSignalItem. getRequestType()The type of request (DEMAND or RETURN) that you want to make for this demand signal item.OccmDemandSignalItemRequestTypeCreateOccmDemandSignalItemDetails. getRequestType()The type of request (DEMAND or RETURN) that you want to make for this demand signal item.OccmDemandSignalItemRequestTypeInternalOccmDemandSignalItemSummary. getRequestType()The type of request (DEMAND or RETURN) made against a particular demand signal item.OccmDemandSignalItemRequestTypeOccmDemandSignalItem. getRequestType()The type of request (DEMAND or RETURN) made against a particular demand signal item.OccmDemandSignalItemRequestTypeOccmDemandSignalItemSummary. getRequestType()The type of request (DEMAND or RETURN) made against a particular demand signal item.static OccmDemandSignalItemRequestTypeOccmDemandSignalItemRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static OccmDemandSignalItemRequestType[]OccmDemandSignalItemRequestType. 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 OccmDemandSignalItemRequestType Modifier and Type Method Description BulkCreateOccmDemandSignalItem.BuilderBulkCreateOccmDemandSignalItem.Builder. requestType(OccmDemandSignalItemRequestType requestType)The type of request (DEMAND or RETURN) that you want to make for this demand signal item.CreateOccmDemandSignalItemDetails.BuilderCreateOccmDemandSignalItemDetails.Builder. requestType(OccmDemandSignalItemRequestType requestType)The type of request (DEMAND or RETURN) that you want to make for this demand signal item.InternalOccmDemandSignalItemSummary.BuilderInternalOccmDemandSignalItemSummary.Builder. requestType(OccmDemandSignalItemRequestType requestType)The type of request (DEMAND or RETURN) made against a particular demand signal item.OccmDemandSignalItem.BuilderOccmDemandSignalItem.Builder. requestType(OccmDemandSignalItemRequestType requestType)The type of request (DEMAND or RETURN) made against a particular demand signal item.OccmDemandSignalItemSummary.BuilderOccmDemandSignalItemSummary.Builder. requestType(OccmDemandSignalItemRequestType requestType)The type of request (DEMAND or RETURN) made against a particular demand signal item.Constructors in com.oracle.bmc.capacitymanagement.model with parameters of type OccmDemandSignalItemRequestType Constructor Description BulkCreateOccmDemandSignalItem(String demandSignalCatalogResourceId, OccmDemandSignalItemRequestType requestType, String region, String availabilityDomain, String targetCompartmentId, Long demandQuantity, Date timeNeededBefore, Map<String,String> resourceProperties, String notes, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.CreateOccmDemandSignalItemDetails(String compartmentId, String demandSignalId, String demandSignalCatalogResourceId, OccmDemandSignalItemRequestType requestType, String region, String availabilityDomain, String targetCompartmentId, Long demandQuantity, Date timeNeededBefore, Map<String,String> resourceProperties, String notes, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.InternalOccmDemandSignalItemSummary(String occCustomerGroupId, String id, String compartmentId, String demandSignalId, DemandSignalNamespace demandSignalNamespace, String demandSignalCatalogResourceId, OccmDemandSignalItemRequestType requestType, String resourceName, String region, String availabilityDomain, String targetCompartmentId, Long quantity, Date timeNeededBefore, Map<String,String> resourceProperties, String notes, OccmDemandSignalItem.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.OccmDemandSignalItem(String id, String compartmentId, String demandSignalId, DemandSignalNamespace demandSignalNamespace, String demandSignalCatalogResourceId, OccmDemandSignalItemRequestType requestType, String resourceName, String region, String availabilityDomain, String targetCompartmentId, Long demandQuantity, Date timeNeededBefore, Map<String,String> resourceProperties, String notes, OccmDemandSignalItem.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.OccmDemandSignalItemSummary(String id, String compartmentId, String demandSignalId, DemandSignalNamespace demandSignalNamespace, String demandSignalCatalogResourceId, OccmDemandSignalItemRequestType requestType, String resourceName, String region, String availabilityDomain, String targetCompartmentId, Long quantity, Date timeNeededBefore, Map<String,String> resourceProperties, String notes, OccmDemandSignalItem.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-