Class ClassificationNodesRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.workitemtracking.classificationnodes.ClassificationNodesRequestBuilder.GetQueryParameters
- Enclosing class:
ClassificationNodesRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionDepth of children to fetch.Flag to handle errors in getting some nodes.Integer[]
Comma separated integer classification nodes ids. -
Constructor Summary
-
Method Summary
-
Field Details
-
ids
Comma separated integer classification nodes ids. It's not required, if you want root nodes. -
depth
Depth of children to fetch. -
errorPolicy
Flag to handle errors in getting some nodes. Possible options are Fail and Omit.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-