Uses of Class
com.google.cloud.channel.v1.RepricingAdjustment.AdjustmentCase
-
Packages that use RepricingAdjustment.AdjustmentCase Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of RepricingAdjustment.AdjustmentCase in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return RepricingAdjustment.AdjustmentCase Modifier and Type Method Description static RepricingAdjustment.AdjustmentCase
RepricingAdjustment.AdjustmentCase. forNumber(int value)
RepricingAdjustment.AdjustmentCase
RepricingAdjustment.Builder. getAdjustmentCase()
RepricingAdjustment.AdjustmentCase
RepricingAdjustment. getAdjustmentCase()
RepricingAdjustment.AdjustmentCase
RepricingAdjustmentOrBuilder. getAdjustmentCase()
static RepricingAdjustment.AdjustmentCase
RepricingAdjustment.AdjustmentCase. valueOf(int value)
Deprecated.static RepricingAdjustment.AdjustmentCase
RepricingAdjustment.AdjustmentCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static RepricingAdjustment.AdjustmentCase[]
RepricingAdjustment.AdjustmentCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-