Uses of Class
com.oracle.bmc.opsi.model.CreatePlanCustomItemDetails
-
Packages that use CreatePlanCustomItemDetails Package Description com.oracle.bmc.opsi.model -
-
Uses of CreatePlanCustomItemDetails in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return CreatePlanCustomItemDetails Modifier and Type Method Description CreatePlanCustomItemDetailsCreatePlanCustomItemDetails.Builder. build()Methods in com.oracle.bmc.opsi.model that return types with arguments of type CreatePlanCustomItemDetails Modifier and Type Method Description List<CreatePlanCustomItemDetails>ChargebackPlan. getPlanCustomItems()List of chargeback plan customizations.List<CreatePlanCustomItemDetails>ChargebackPlanSummary. getPlanCustomItems()List of chargeback plan customizations.List<CreatePlanCustomItemDetails>CreateChargebackPlanDetails. getPlanCustomItems()List of chargeback plan customizations.List<CreatePlanCustomItemDetails>UpdateChargebackPlanDetails. getPlanCustomItems()List of chargeback plan customizations.Methods in com.oracle.bmc.opsi.model with parameters of type CreatePlanCustomItemDetails Modifier and Type Method Description CreatePlanCustomItemDetails.BuilderCreatePlanCustomItemDetails.Builder. copy(CreatePlanCustomItemDetails model)Method parameters in com.oracle.bmc.opsi.model with type arguments of type CreatePlanCustomItemDetails Modifier and Type Method Description ChargebackPlan.BuilderChargebackPlan.Builder. planCustomItems(List<CreatePlanCustomItemDetails> planCustomItems)List of chargeback plan customizations.ChargebackPlanSummary.BuilderChargebackPlanSummary.Builder. planCustomItems(List<CreatePlanCustomItemDetails> planCustomItems)List of chargeback plan customizations.CreateChargebackPlanExadataDetails.BuilderCreateChargebackPlanExadataDetails.Builder. planCustomItems(List<CreatePlanCustomItemDetails> planCustomItems)UpdateChargebackPlanDetails.BuilderUpdateChargebackPlanDetails.Builder. planCustomItems(List<CreatePlanCustomItemDetails> planCustomItems)List of chargeback plan customizations.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type CreatePlanCustomItemDetails Constructor Description ChargebackPlan(String id, String compartmentId, String planName, String planDescription, String planType, ChargebackPlanCategory planCategory, Boolean isCustomizable, ChargebackPlanEntitySource entitySource, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<CreatePlanCustomItemDetails> planCustomItems)Deprecated.ChargebackPlanSummary(String id, String compartmentId, String planName, String planDescription, String planType, ChargebackPlanCategory planCategory, Boolean isCustomizable, ChargebackPlanEntitySource entitySource, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, LifecycleState lifecycleState, String lifecycleDetails, List<CreatePlanCustomItemDetails> planCustomItems)Deprecated.CreateChargebackPlanDetails(String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String planName, String planDescription, String planType, List<CreatePlanCustomItemDetails> planCustomItems)Deprecated.CreateChargebackPlanExadataDetails(String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String planName, String planDescription, String planType, List<CreatePlanCustomItemDetails> planCustomItems)Deprecated.UpdateChargebackPlanDetails(String planDescription, String planName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<CreatePlanCustomItemDetails> planCustomItems)Deprecated.
-