Uses of Class
com.oracle.bmc.marketplacepublisher.model.ResourceBundle.Type
-
Packages that use ResourceBundle.Type Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of ResourceBundle.Type in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return ResourceBundle.Type Modifier and Type Method Description static ResourceBundle.Type
ResourceBundle.Type. create(String key)
ResourceBundle.Type
ResourceBundle. getType()
The type of resources in the bundlestatic ResourceBundle.Type
ResourceBundle.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceBundle.Type[]
ResourceBundle.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type ResourceBundle.Type Modifier and Type Method Description ResourceBundle.Builder
ResourceBundle.Builder. type(ResourceBundle.Type type)
The type of resources in the bundleConstructors in com.oracle.bmc.marketplacepublisher.model with parameters of type ResourceBundle.Type Constructor Description ResourceBundle(ResourceBundle.Type type, Long quantity, ResourceBundle.UnitOfMeasurement unitOfMeasurement, List<String> resourceIds)
Deprecated.
-