Class RemoveScopeRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- RemoveScopeRequest
public static class RemoveScopeRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoveScopeRequest
build()
RemoveScopeRequest.Builder
deleteAssignments(boolean deleteAssignments)
Indicates any assignments linked to the given scope should also be deleted.RemoveScopeRequest.Builder
scopeId(@NotNull UUID scopeId)
The ID of the scope to be removed.String
toString()
-
-
-
Method Detail
-
scopeId
public RemoveScopeRequest.Builder scopeId(@NotNull @NotNull UUID scopeId)
The ID of the scope to be removed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this
.
-
deleteAssignments
public RemoveScopeRequest.Builder deleteAssignments(boolean deleteAssignments)
Indicates any assignments linked to the given scope should also be deleted.- Returns:
this
.
-
build
public RemoveScopeRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-