public final class UserOperation extends Object
| Constructor and Description |
|---|
UserOperation(String scope,
Set<PermissionType> operationTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<PermissionType> |
getOperationTypes()
The set of operation types that are allowed for the scope.
|
String |
getScope()
The scope of the user operation.
|
int |
hashCode() |
String |
toString() |
public UserOperation(String scope, Set<PermissionType> operationTypes)
public String getScope()
public Set<PermissionType> getOperationTypes()
Copyright © 2021. All rights reserved.