Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
static ResourceBundle.UnitOfMeasurement |
ResourceBundle.UnitOfMeasurement.create(String key) |
ResourceBundle.UnitOfMeasurement |
ResourceBundle.getUnitOfMeasurement()
The unit of measurement for the resource bundle
|
static ResourceBundle.UnitOfMeasurement |
ResourceBundle.UnitOfMeasurement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceBundle.UnitOfMeasurement[] |
ResourceBundle.UnitOfMeasurement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResourceBundle.Builder |
ResourceBundle.Builder.unitOfMeasurement(ResourceBundle.UnitOfMeasurement unitOfMeasurement)
The unit of measurement for the resource bundle
|
Constructor and Description |
---|
ResourceBundle(ResourceBundle.Type type,
Long quantity,
ResourceBundle.UnitOfMeasurement unitOfMeasurement,
List<String> resourceIds)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.