GroupsResourceApi class
Methods
-
delete(String groupKey, {String $fields})
→ Future
-
Delete Group [...]
-
get(String groupKey, {String $fields})
→ Future<Group>
-
Retrieve Group [...]
-
insert(Group request, {String $fields})
→ Future<Group>
-
Create Group [...]
-
list({String orderBy, String pageToken, String sortOrder, String customer, String query, String domain, String userKey, int maxResults, String $fields})
→ Future<Groups>
-
Retrieve all groups of a domain or of a user given a userKey (paginated) [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
patch(Group request, String groupKey, {String $fields})
→ Future<Group>
-
Patch Groups via Apiary Patch Orchestration [...]
-
toString()
→ String
-
Returns a string representation of this object.
inherited
-
update(Group request, String groupKey, {String $fields})
→ Future<Group>
-
Update Group [...]
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited