Uses of Class
com.oracle.bmc.fleetappsmanagement.model.ValueType
-
Packages that use ValueType Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of ValueType in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return ValueType Modifier and Type Method Description static ValueTypeValueType. create(String key)ValueTypeCreatePropertyDetails. getValueType()Format of the value.ValueTypeFleetProperty. getValueType()Format of the value.ValueTypeFleetPropertySummary. getValueType()Format of the value.ValueTypeProperty. getValueType()Format of the value.ValueTypePropertySummary. getValueType()Format of the value.ValueTypeUpdatePropertyDetails. getValueType()Format of the value.static ValueTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. 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 ValueType Modifier and Type Method Description CreatePropertyDetails.BuilderCreatePropertyDetails.Builder. valueType(ValueType valueType)Format of the value.FleetProperty.BuilderFleetProperty.Builder. valueType(ValueType valueType)Format of the value.FleetPropertySummary.BuilderFleetPropertySummary.Builder. valueType(ValueType valueType)Format of the value.Property.BuilderProperty.Builder. valueType(ValueType valueType)Format of the value.PropertySummary.BuilderPropertySummary.Builder. valueType(ValueType valueType)Format of the value.UpdatePropertyDetails.BuilderUpdatePropertyDetails.Builder. valueType(ValueType valueType)Format of the value.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type ValueType 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.FleetPropertySummary(String id, String compartmentId, String propertyId, String displayName, Date timeCreated, Date timeUpdated, String value, ValueType valueType, 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.
-