Class UserMemberOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<TripletTuple<String,String,String>>
com.microsoft.store.partnercenter.customerdirectoryroles.UserMemberOperations
- All Implemented Interfaces:
IUserMember,IEntityDeleteOperations<UserMember>,IPartnerComponent<TripletTuple<String,String,String>>
public class UserMemberOperations extends BasePartnerComponent<TripletTuple<String,String,String>> implements IUserMember
Implementation of Member Operations
Use for management of directory roles and memberships
-
Constructor Summary
Constructors Constructor Description UserMemberOperations(IPartner rootPartnerOperations, String customerId, String roleId, String userId)Initializes a new instance of the UserMemberOperations class. -
Method Summary
Modifier and Type Method Description voiddelete()Remove directory user member from directory role.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
UserMemberOperations
public UserMemberOperations(IPartner rootPartnerOperations, String customerId, String roleId, String userId)Initializes a new instance of the UserMemberOperations class.- Parameters:
rootPartnerOperations- The partner operations instance.customerId- The customer identifier.roleId- The directory role identifier.userId- The user identifier.
-
-
Method Details
-
delete
public void delete()Remove directory user member from directory role.- Specified by:
deletein interfaceIEntityDeleteOperations<UserMember>- Specified by:
deletein interfaceIUserMember
-