static Permission.Builder |
Permission.builder() |
|
Permission.Builder |
Permission.Builder.granteeId(String granteeId) |
The identifier of the user, group, or resource to which the permissions are granted.
|
Permission.Builder |
Permission.Builder.granteeType(String granteeType) |
The type of user, group, or resource referred to in GranteeId.
|
Permission.Builder |
Permission.Builder.granteeType(MemberType granteeType) |
The type of user, group, or resource referred to in GranteeId.
|
Permission.Builder |
Permission.Builder.permissionValues(Collection<PermissionType> permissionValues) |
The permissions granted to the grantee.
|
Permission.Builder |
Permission.Builder.permissionValues(PermissionType... permissionValues) |
The permissions granted to the grantee.
|
Permission.Builder |
Permission.Builder.permissionValuesWithStrings(String... permissionValues) |
The permissions granted to the grantee.
|
Permission.Builder |
Permission.Builder.permissionValuesWithStrings(Collection<String> permissionValues) |
The permissions granted to the grantee.
|
Permission.Builder |
Permission.toBuilder() |
|