Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Property.Type
-
Packages that use Property.Type Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of Property.Type in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Property.Type Modifier and Type Method Description static Property.TypeProperty.Type. create(String key)Property.TypeProperty. getType()The type of the property.Property.TypePropertySummary. getType()The type of the property.static Property.TypeProperty.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Property.Type[]Property.Type. 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 Property.Type Modifier and Type Method Description Property.BuilderProperty.Builder. type(Property.Type type)The type of the property.PropertySummary.BuilderPropertySummary.Builder. type(Property.Type type)The type of the property.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type Property.Type Constructor Description 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. -
Uses of Property.Type in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return Property.Type Modifier and Type Method Description Property.TypeListPropertiesRequest. getType()A filter to return properties whose type matches the given type.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type Property.Type Modifier and Type Method Description ListPropertiesRequest.BuilderListPropertiesRequest.Builder. type(Property.Type type)A filter to return properties whose type matches the given type.
-