Uses of Class
com.vmware.vra.jenkinsplugin.model.catalog.DeploymentExpenseHistory.IntervalEnum
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.catalog |
-
Uses of DeploymentExpenseHistory.IntervalEnum in com.vmware.vra.jenkinsplugin.model.catalog
Methods in com.vmware.vra.jenkinsplugin.model.catalog that return DeploymentExpenseHistory.IntervalEnum Modifier and Type Method Description static DeploymentExpenseHistory.IntervalEnum
DeploymentExpenseHistory.IntervalEnum. fromValue(String text)
DeploymentExpenseHistory.IntervalEnum
DeploymentExpenseHistory. getInterval()
The requested interval type.DeploymentExpenseHistory.IntervalEnum
DeploymentExpenseHistory.IntervalEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static DeploymentExpenseHistory.IntervalEnum
DeploymentExpenseHistory.IntervalEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeploymentExpenseHistory.IntervalEnum[]
DeploymentExpenseHistory.IntervalEnum. 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 DeploymentExpenseHistory.IntervalEnum Modifier and Type Method Description void
DeploymentExpenseHistory.IntervalEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DeploymentExpenseHistory.IntervalEnum enumeration)