AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
ApiQueryParam() |
ApiQueryParam(HashMap<String,List<String>> map) |
ApiQueryParam(int page,
int pageSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ApiQueryParam |
newInstance() |
Map<String,String> |
toMap() |
ApiQueryParam |
withCellFormat(CellFormat cellFormat) |
ApiQueryParam |
withFieldKey(FieldKey fieldKey) |
ApiQueryParam |
withFields(List<String> fieldNames) |
ApiQueryParam |
withFilter(String formula) |
ApiQueryParam |
withMaxRecords(int maxRecords) |
ApiQueryParam |
withParam(String key,
List<String> value) |
ApiQueryParam |
withParam(String key,
String value) |
ApiQueryParam |
withRecordIds(List<String> recordIds) |
ApiQueryParam |
withSort(String fieldName,
Order order) |
ApiQueryParam |
withView(String viewId) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic ApiQueryParam()
public ApiQueryParam(int page,
int pageSize)
public static ApiQueryParam newInstance()
public ApiQueryParam withSort(String fieldName, Order order)
public ApiQueryParam withView(String viewId)
public ApiQueryParam withRecordIds(List<String> recordIds)
public ApiQueryParam withFields(List<String> fieldNames)
public ApiQueryParam withFilter(String formula)
public ApiQueryParam withMaxRecords(int maxRecords)
public ApiQueryParam withCellFormat(CellFormat cellFormat)
public ApiQueryParam withFieldKey(FieldKey fieldKey)
public ApiQueryParam withParam(String key, String value)
public ApiQueryParam withParam(String key, List<String> value)
Copyright © 2022 Vikadata LTD. All rights reserved.