RolePermission.Builder |
RolePermission.Builder.actions(String... actions) |
“Allowed Actions - Deprecated”
|
RolePermission.Builder |
RolePermission.Builder.actions(List<String> actions) |
“Allowed Actions - Deprecated”
|
RolePermission.Builder |
RolePermission.Builder.actionsNextLink(String actionsNextLink) |
“Allowed Actions - Deprecated”
|
static RolePermission.Builder |
RolePermission.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
RolePermission.Builder |
RolePermission.Builder.resourceActions(List<ResourceAction> resourceActions) |
“Resource Actions each containing a set of allowed and not allowed permissions.”
|
RolePermission.Builder |
RolePermission.Builder.resourceActions(ResourceAction... resourceActions) |
“Resource Actions each containing a set of allowed and not allowed permissions.”
|
RolePermission.Builder |
RolePermission.Builder.resourceActionsNextLink(String resourceActionsNextLink) |
“Resource Actions each containing a set of allowed and not allowed permissions.”
|