Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Selection
-
Packages that use Selection Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of Selection in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Selection Modifier and Type Method Description static Selection
Selection. create(String key)
Selection
CreatePropertyDetails. getSelection()
Text selection of the property.Selection
Property. getSelection()
Text selection of the property.Selection
PropertySummary. getSelection()
Text selection of the property.Selection
UpdatePropertyDetails. 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.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type Selection Modifier and Type Method Description CreatePropertyDetails.Builder
CreatePropertyDetails.Builder. selection(Selection selection)
Text selection of the property.Property.Builder
Property.Builder. selection(Selection selection)
Text selection of the property.PropertySummary.Builder
PropertySummary.Builder. selection(Selection selection)
Text selection of the property.UpdatePropertyDetails.Builder
UpdatePropertyDetails.Builder. selection(Selection selection)
Text selection of the property.FleetProperty.Builder
FleetProperty.Builder. selectionType(Selection selectionType)
Text selection of the property.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type Selection Constructor 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.
-