GroupsClientV1 class final

Constructors

GroupsClientV1(String channel)

Properties

channel String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addMembersToGroup(String apiKey, {required String groupId, required AddMemberToGroupRequestDto addMembersToGroupRequestDto}) Future<AddMemberToGroupResponseDto>
addMemberToGroup(String apiKey, {required String groupId, required String memberId}) Future<MdmEmpty>
associateAppsToGroup(String apiKey, {required String groupId, required AssociateAppsToGroupRequestDto associateAppsToGroupRequestDto}) Future<MdmEmpty>
associateProfilesToGroup(String apiKey, {required String groupId, required AssociateProfilesToGroupRequestDto associateProfilesToGroupRequestDto}) Future<MdmEmpty>
createGroup(String apiKey, {required CreateGroupRequestDto createGroupRequestDto}) Future<CreateGroupResponseDto>
deleteExistingGroup(String apiKey, {required String groupId}) Future<MdmEmpty>
disassociateAppsFromGroup(String apiKey, {required String groupId, required DisassociateAppsFromGroupRequestDto disassociateAppsFromGroupRequestDto}) Future<MdmEmpty>
disassociateProfilesFromGroup(String apiKey, {required String groupId, required DisassociateProfilesFromInMdmRequestDto disassociateProfilesFromGroupRequestDto}) Future<MdmEmpty>
getGroupDetails(String apiKey, {required String groupId}) Future<GetGroupDetailsResponseDto>
getGroupList(String apiKey) Future<GetGroupListResponseDto>
getMembersPresentInGroup(String apiKey, {required String groupId}) Future<GetMembersPresentInGroupResponseDto>
moveDeviceFromOneGroupToOtherGroups(String apiKey, {required String groupId, required MoveDeviceFromOneGroupToAnotherRequestDto moveDeviceFromOneGroupToOtherGroupsRequestDto}) Future<MoveDeviceFromOneGroupToAnotherResponseDto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeMemberFromGroup(String apiKey, {required String groupId, required String memberId}) Future<MdmEmpty>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited