Package com.alfresco.content.models
Class RequestScope
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class RequestScopeScope
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumRequestScope.LocationsEnumThe locations to include in the query Values: NODES, VERSIONS, DELETEDMINUSNODES
-
Field Summary
Fields Modifier and Type Field Description private RequestScope.LocationsEnumlocations
-
Constructor Summary
Constructors Constructor Description RequestScope(RequestScope.LocationsEnum locations)
-
Method Summary
Modifier and Type Method Description final RequestScope.LocationsEnumgetLocations()The locations to include in the query final UnitsetLocations(@Json(name = "locations") RequestScope.LocationsEnum locations)The locations to include in the query -
-
Constructor Detail
-
RequestScope
RequestScope(RequestScope.LocationsEnum locations)
-
-
Method Detail
-
getLocations
final RequestScope.LocationsEnum getLocations()
The locations to include in the query
-
setLocations
final Unit setLocations(@Json(name = "locations") RequestScope.LocationsEnum locations)
The locations to include in the query
-
-
-
-