ContentManagementClientV1 class final

Constructors

ContentManagementClientV1(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

addContentToMDMServer(String apiKey, {required AddContentToMdmServerRequestDto addContentToMDMServerRequestDto}) Future<AddContentToMdmServerResponseDto>
associateContentToDevices(String apiKey, {required String docId, required AssociateContentToDevicesRequestDto associateContentToDevicesRequestDto}) Future<MdmEmpty>
associateContentToGroups(String apiKey, {required String docId, required AssociateContentToGroupsRequestDto associateContentToGroupsRequestDto}) Future<MdmEmpty>
associateContentToUsers(String apiKey, {required String docId, required AssociateContentToUsersRequestDto associateContentToUsersRequestDto}) Future<MdmEmpty>
deleteContent(String apiKey, {required String docId}) Future<MdmEmpty>
disassociateContentFromDevices(String apiKey, {required String docId, required DisassociateContentFromDevicesRequestDto disassociateContentFromDevicesRequestDto}) Future<MdmEmpty>
disassociateContentFromGroup(String apiKey, {required String docId, required DisassociateContentFromGroupRequestDto disassociateContentFromGroupRequestDto}) Future<MdmEmpty>
disassociateContentFromUser(String apiKey, {required String docId, required DisassociateContentFromUserRequestDto disassociateContentFromUserRequestDto}) Future<MdmEmpty>
getContentDetails(String apiKey, {required String docId}) Future<GetContentDetailsResponseDto>
getContentList(String apiKey) Future<GetContentListResponseDto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateContent(String apiKey, {required String docId, required UpdateContentRequestDto updateContentRequestDto}) Future<UpdateContentResponseDto>

Operators

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