Uses of Class
com.twilio.rest.supersim.v1.sim.BillingPeriod.BpType
-
Packages that use BillingPeriod.BpType Package Description com.twilio.rest.supersim.v1.sim -
-
Uses of BillingPeriod.BpType in com.twilio.rest.supersim.v1.sim
Methods in com.twilio.rest.supersim.v1.sim that return BillingPeriod.BpType Modifier and Type Method Description static BillingPeriod.BpTypeBillingPeriod.BpType. forValue(String value)BillingPeriod.BpTypeBillingPeriod. getPeriodType()static BillingPeriod.BpTypeBillingPeriod.BpType. valueOf(String name)Returns the enum constant of this type with the specified name.static BillingPeriod.BpType[]BillingPeriod.BpType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-