Uses of Class
com.vmware.vra.jenkinsplugin.model.catalog.FixedPrice.ChargePeriodEnum
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.catalog |
-
Uses of FixedPrice.ChargePeriodEnum in com.vmware.vra.jenkinsplugin.model.catalog
Methods in com.vmware.vra.jenkinsplugin.model.catalog that return FixedPrice.ChargePeriodEnum Modifier and Type Method Description static FixedPrice.ChargePeriodEnumFixedPrice.ChargePeriodEnum. fromValue(String text)FixedPrice.ChargePeriodEnumFixedPrice. getChargePeriod()Get chargePeriodFixedPrice.ChargePeriodEnumFixedPrice.ChargePeriodEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FixedPrice.ChargePeriodEnumFixedPrice.ChargePeriodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FixedPrice.ChargePeriodEnum[]FixedPrice.ChargePeriodEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vmware.vra.jenkinsplugin.model.catalog with parameters of type FixedPrice.ChargePeriodEnum Modifier and Type Method Description FixedPriceFixedPrice. chargePeriod(FixedPrice.ChargePeriodEnum chargePeriod)voidFixedPrice. setChargePeriod(FixedPrice.ChargePeriodEnum chargePeriod)voidFixedPrice.ChargePeriodEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FixedPrice.ChargePeriodEnum enumeration)