Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Scope
-
Packages that use Scope Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of Scope in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Scope Modifier and Type Method Description static Scope
Scope. create(String key)
Scope
Property. getScope()
The scope of the property.Scope
PropertySummary. getScope()
The scope of the property.static Scope
Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static Scope[]
Scope. 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 Scope Modifier and Type Method Description Property.Builder
Property.Builder. scope(Scope scope)
The scope of the property.PropertySummary.Builder
PropertySummary.Builder. scope(Scope scope)
The scope of the property.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type Scope 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 Scope in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return Scope Modifier and Type Method Description Scope
ListPropertiesRequest. getScope()
A filter to return only resources their scope matches the given scope.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type Scope Modifier and Type Method Description ListPropertiesRequest.Builder
ListPropertiesRequest.Builder. scope(Scope scope)
A filter to return only resources their scope matches the given scope.
-