-
@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()final UnitsetLocations(@Json(name = locations) RequestScope.LocationsEnum locations)-
-
Constructor Detail
-
RequestScope
RequestScope(RequestScope.LocationsEnum locations)
-
-
Method Detail
-
getLocations
final RequestScope.LocationsEnum getLocations()
-
setLocations
final Unit setLocations(@Json(name = locations) RequestScope.LocationsEnum locations)
-
-
-
-