Uses of Class
com.oracle.bmc.opsi.model.ChargebackPlanEntitySource
-
Packages that use ChargebackPlanEntitySource Package Description com.oracle.bmc.opsi.model -
-
Uses of ChargebackPlanEntitySource in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return ChargebackPlanEntitySource Modifier and Type Method Description static ChargebackPlanEntitySourceChargebackPlanEntitySource. create(String key)ChargebackPlanEntitySourceChargebackPlan. getEntitySource()Source of the chargeback plan.ChargebackPlanEntitySourceChargebackPlanSummary. getEntitySource()Source of the chargeback plan.static ChargebackPlanEntitySourceChargebackPlanEntitySource. valueOf(String name)Returns the enum constant of this type with the specified name.static ChargebackPlanEntitySource[]ChargebackPlanEntitySource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type ChargebackPlanEntitySource Modifier and Type Method Description ChargebackPlan.BuilderChargebackPlan.Builder. entitySource(ChargebackPlanEntitySource entitySource)Source of the chargeback plan.ChargebackPlanSummary.BuilderChargebackPlanSummary.Builder. entitySource(ChargebackPlanEntitySource entitySource)Source of the chargeback plan.Constructors in com.oracle.bmc.opsi.model with parameters of type ChargebackPlanEntitySource 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.
-