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