Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.Promotion
-
Packages that use Promotion Package Description com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of Promotion in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return Promotion Modifier and Type Method Description Promotion
Promotion.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type Promotion Modifier and Type Method Description List<Promotion>
ClassicAssignedSubscription. getPromotion()
List of promotions related to the subscription.List<Promotion>
ClassicSubscription. getPromotion()
List of promotions related to the subscription.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type Promotion Modifier and Type Method Description Promotion.Builder
Promotion.Builder. copy(Promotion model)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type Promotion Modifier and Type Method Description ClassicAssignedSubscription.Builder
ClassicAssignedSubscription.Builder. promotion(List<Promotion> promotion)
List of promotions related to the subscription.ClassicSubscription.Builder
ClassicSubscription.Builder. promotion(List<Promotion> promotion)
List of promotions related to the subscription.
-