@ProviderType public class RemoveGroupMembers extends Operation
| Constructor and Description |
|---|
RemoveGroupMembers(List<String> members,
String groupname)
Operation that removes members from a group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OperationVisitor v) |
@NotNull String |
asRepoInitString() |
String |
getGroupname() |
List<String> |
getMembers() |
protected String |
getParametersDescription() |
cleanupQuotedString, toStringpublic void accept(OperationVisitor v)
protected String getParametersDescription()
getParametersDescription in class Operation@NotNull public @NotNull String asRepoInitString()
asRepoInitString in class Operationpublic String getGroupname()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.