Package org.molgenis.api.identities
Class UpdateGroupMemberCommand
- java.lang.Object
-
- org.molgenis.api.identities.UpdateGroupMemberCommand
-
public abstract class UpdateGroupMemberCommand extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateGroupMemberCommand()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetRoleName()static UpdateGroupMemberCommandupdateGroupMember(String roleName)
-
-
-
Method Detail
-
getRoleName
public abstract String getRoleName()
-
updateGroupMember
public static UpdateGroupMemberCommand updateGroupMember(String roleName)
-
-