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.IntervalEnumDeploymentExpenseHistory.IntervalEnum. fromValue(String text)DeploymentExpenseHistory.IntervalEnumDeploymentExpenseHistory. getInterval()The requested interval type.DeploymentExpenseHistory.IntervalEnumDeploymentExpenseHistory.IntervalEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DeploymentExpenseHistory.IntervalEnumDeploymentExpenseHistory.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 voidDeploymentExpenseHistory.IntervalEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DeploymentExpenseHistory.IntervalEnum enumeration)