public abstract class AddGroupMemberCommand extends Object
| Constructor and Description |
|---|
AddGroupMemberCommand() |
| Modifier and Type | Method and Description |
|---|---|
static AddGroupMemberCommand |
addGroupMember(String user,
String role) |
abstract String |
getRoleName() |
abstract String |
getUsername() |
public abstract String getUsername()
public abstract String getRoleName()
public static AddGroupMemberCommand addGroupMember(String user, String role)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.