Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
static Selection |
Selection.create(String key) |
Selection |
PropertySummary.getSelection()
Text selection of the property.
|
Selection |
CreatePropertyDetails.getSelection()
Text selection of the property.
|
Selection |
UpdatePropertyDetails.getSelection()
Text selection of the property.
|
Selection |
Property.getSelection()
Text selection of the property.
|
Selection |
FleetProperty.getSelectionType()
Text selection of the property.
|
static Selection |
Selection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Selection[] |
Selection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PropertySummary.Builder |
PropertySummary.Builder.selection(Selection selection)
Text selection of the property.
|
CreatePropertyDetails.Builder |
CreatePropertyDetails.Builder.selection(Selection selection)
Text selection of the property.
|
UpdatePropertyDetails.Builder |
UpdatePropertyDetails.Builder.selection(Selection selection)
Text selection of the property.
|
Property.Builder |
Property.Builder.selection(Selection selection)
Text selection of the property.
|
FleetProperty.Builder |
FleetProperty.Builder.selectionType(Selection selectionType)
Text selection of the property.
|
Constructor and Description |
---|
CreatePropertyDetails(String compartmentId,
String displayName,
Selection selection,
ValueType valueType,
List<String> values)
Deprecated.
|
FleetProperty(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
String value,
String propertyId,
Selection selectionType,
ValueType valueType,
List<String> allowedValues,
FleetProperty.LifecycleState lifecycleState,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Property(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
String resourceRegion,
Property.LifecycleState lifecycleState,
String lifecycleDetails,
Selection selection,
ValueType valueType,
List<String> values,
Scope scope,
Property.Type type,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
PropertySummary(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
String resourceRegion,
Property.LifecycleState lifecycleState,
String lifecycleDetails,
Selection selection,
ValueType valueType,
List<String> values,
Scope scope,
Property.Type type,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdatePropertyDetails(String displayName,
Selection selection,
ValueType valueType,
List<String> values)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.