Enum Class QueryEnum
- 所有已实现的接口:
PathResolver,QueryPathResolver,Serializable,Comparable<QueryEnum>,Constable
查询参数枚举类
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
枚举常量概要
枚举常量枚举常量说明部门Id部门Id类型是否递归获取子部门分页大小分页标记,第一次请求不填,表示从头开始遍历; 分页查询结果还有更多项时会同时返回新的 page_token,下次遍历可采用该 page_token 获取查询结果消息接收者Id类型资源类型用户Id类型 -
方法概要
从类继承的方法 java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf从接口继承的方法 cn.duskykite.open.call.path.QueryPathResolver
resolve
-
枚举常量详细资料
-
RECEIVE_ID_TYPE
消息接收者Id类型 -
TYPE
资源类型 -
USER_ID_TYPE
用户Id类型 -
DEPARTMENT_ID_TYPE
部门Id类型 -
FETCH_CHILD
是否递归获取子部门 -
PAGE_SIZE
分页大小 -
PAGE_TOKEN
分页标记,第一次请求不填,表示从头开始遍历; 分页查询结果还有更多项时会同时返回新的 page_token,下次遍历可采用该 page_token 获取查询结果 -
DEPARTMENT_ID
部门Id
-
-
方法详细资料
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- 返回:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- 参数:
name- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- 如果参数为空值
-
queryName
- 指定者:
queryName在接口中QueryPathResolver- 返回:
- 查询参数名
-