Package com.arangodb.model
Class CollectionsReadOptions
- java.lang.Object
-
- com.arangodb.model.CollectionsReadOptions
-
public final class CollectionsReadOptions extends Object
- Author:
- Mark Vollmary
-
-
Constructor Summary
Constructors Constructor Description CollectionsReadOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionsReadOptions
excludeSystem(Boolean excludeSystem)
Boolean
getExcludeSystem()
-
-
-
Method Detail
-
getExcludeSystem
public Boolean getExcludeSystem()
-
excludeSystem
public CollectionsReadOptions excludeSystem(Boolean excludeSystem)
- Parameters:
excludeSystem
- Whether or not system collections should be excluded from the result.- Returns:
- options
-
-