Class RemoveScopeRequest.Builder
Object
Builder
- Enclosing class:
RemoveScopeRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
deleteAssignments
(boolean deleteAssignments) Indicates any assignments linked to the given scope should also be deleted.Required. The ID of the scope to be removed.toString()
-
Method Details
-
scopeId
Required. The ID of the scope to be removed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this
.
-
deleteAssignments
Indicates any assignments linked to the given scope should also be deleted.- Returns:
this
.
-
build
-
toString
-