@ProviderType public class RemoveGroupMembers extends Operation
Constructor and Description |
---|
RemoveGroupMembers(java.util.List<java.lang.String> members,
java.lang.String groupname)
Operation that removes members from a group.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(OperationVisitor v) |
@NotNull java.lang.String |
asRepoInitString()
Converts this operation instance to a RepoInit string representation
including the current operation parameters.
|
java.lang.String |
getGroupname() |
java.util.List<java.lang.String> |
getMembers() |
protected java.lang.String |
getParametersDescription() |
cleanupQuotedString, toString
public RemoveGroupMembers(java.util.List<java.lang.String> members, java.lang.String groupname)
members
- members of the groupgroupname
- the name of the group from which members are to be removedpublic void accept(OperationVisitor v)
protected java.lang.String getParametersDescription()
getParametersDescription
in class Operation
@NotNull public @NotNull java.lang.String asRepoInitString()
Operation
asRepoInitString
in class Operation
public java.lang.String getGroupname()
public java.util.List<java.lang.String> getMembers()
Copyright © 2022 The Apache Software Foundation. All rights reserved.