public class GetMetadataTaxonomyNodesQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetMetadataTaxonomyNodesQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
List<String> |
ancestor
Node identifier of any ancestor node.
|
Boolean |
includeTotalResultCount
When set to `true` this provides the total number of nodes that matched the query.
|
List<Long> |
level
Filters results by taxonomy level.
|
Long |
limit
The maximum number of items to return per page.
|
String |
marker
Defines the position marker at which to begin returning results.
|
List<String> |
parent
Node identifier of a direct parent node.
|
String |
query
Query text to search for the taxonomy nodes.
|
| Modifier | Constructor and Description |
|---|---|
|
GetMetadataTaxonomyNodesQueryParams() |
protected |
GetMetadataTaxonomyNodesQueryParams(GetMetadataTaxonomyNodesQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAncestor() |
Boolean |
getIncludeTotalResultCount() |
List<Long> |
getLevel() |
Long |
getLimit() |
String |
getMarker() |
List<String> |
getParent() |
String |
getQuery() |
public List<Long> level
public List<String> parent
public List<String> ancestor
public Boolean includeTotalResultCount
public String marker
This requires `usemarker` to be set to `true`.
public GetMetadataTaxonomyNodesQueryParams()
protected GetMetadataTaxonomyNodesQueryParams(GetMetadataTaxonomyNodesQueryParams.Builder builder)
public List<String> getAncestor()
public Boolean getIncludeTotalResultCount()