Interface IFD2UserGroupProvider
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultFD2UserGroupProvider
public interface IFD2UserGroupProvider extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.alibaba.fastjson.JSONArray
createUserGroupJSON()
-
-
-
Method Detail
-
createUserGroupJSON
com.alibaba.fastjson.JSONArray createUserGroupJSON()
- Returns:
- A JSON array of all user groups available for the current client. Contains
JSONObject
s with the following key-value pairs:- id: The ID (string) of the user group.
- name: The given name (string) of the user group.
-
-