withProjectScope method

RoleBuilder withProjectScope(
  1. String scope
)

Implementation

RoleBuilder withProjectScope(final String scope) {
  _projectScopes.add(scope);
  return this;
}