Class GrantedPermissionScope.Builder
java.lang.Object
co.yellowdog.platform.model.builders.ValidatedBuilder<GrantedPermissionScope>
co.yellowdog.platform.model.GrantedPermissionScope.Builder
- Enclosing class:
GrantedPermissionScope
public static final class GrantedPermissionScope.Builder
extends ValidatedBuilder<GrantedPermissionScope>
-
Method Summary
Modifier and TypeMethodDescriptionBuilds the object without enforcing validation constraints.global
(boolean global) namespaces
(Set<@NotNull @Valid NamespaceRef> namespaces) toString()
Methods inherited from class co.yellowdog.platform.model.builders.ValidatedBuilder
build, validate
-
Method Details
-
global
- Returns:
this
.
-
namespaces
- Returns:
this
.
-
buildUnchecked
Description copied from class:ValidatedBuilder
Builds the object without enforcing validation constraints. This should only be used for testing purposes- Overrides:
buildUnchecked
in classValidatedBuilder<GrantedPermissionScope>
- Returns:
- the object being built
-
toString
-