public class InputListQueryParams extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
InputListQueryParams() |
Modifier and Type | Method and Description |
---|---|
Integer |
getLimit() |
String |
getName() |
Integer |
getOffset() |
String |
getSort() |
String |
getType() |
void |
setLimit(Integer limit) |
void |
setName(String name) |
void |
setOffset(Integer offset) |
void |
setSort(String sort) |
void |
setType(String type) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public Integer getOffset()
public void setOffset(Integer offset)
offset
- Index of the first item to return, starting at 0. Default is 0 (optional)public Integer getLimit()
public void setLimit(Integer limit)
limit
- Maximum number of items to return. Default is 25, maximum is 100 (optional)public String getName()
public void setName(String name)
name
- Filter inputs by name (optional)public String getType()
public void setType(String type)
type
- Filter inputs by type (optional)public String getSort()
public void setSort(String sort)
sort
- Order list result according an input resource attribute. The fields that can be used for sorting are: + `id` + `createdAt` + `modifiedAt` + `type` + `name` (optional)Copyright © 2022. All rights reserved.