public class PermissionElement extends Object
| Constructor and Description |
|---|
PermissionElement(FunctionID rpcName,
List<String> parameters)
Create a new instance of PermissionElement
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getParameters()
Get the permission parameters for the RPC
|
FunctionID |
getRPCName()
Get the RPC name
|
public PermissionElement(@NonNull
FunctionID rpcName,
List<String> parameters)
rpcName - the name of the RPCparameters - a list of the RPC parameterspublic FunctionID getRPCName()