Uses of Class
com.oracle.bmc.usage.requests.ListProductsRequest.Producttype
-
Packages that use ListProductsRequest.Producttype Package Description com.oracle.bmc.usage.requests -
-
Uses of ListProductsRequest.Producttype in com.oracle.bmc.usage.requests
Methods in com.oracle.bmc.usage.requests that return ListProductsRequest.Producttype Modifier and Type Method Description static ListProductsRequest.Producttype
ListProductsRequest.Producttype. create(String key)
ListProductsRequest.Producttype
ListProductsRequest. getProducttype()
The field to specify the type of product.static ListProductsRequest.Producttype
ListProductsRequest.Producttype. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListProductsRequest.Producttype[]
ListProductsRequest.Producttype. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.usage.requests with parameters of type ListProductsRequest.Producttype Modifier and Type Method Description ListProductsRequest.Builder
ListProductsRequest.Builder. producttype(ListProductsRequest.Producttype producttype)
The field to specify the type of product.
-