Class RemoveScopeRequest
Object
RemoveScopeRequest
- All Implemented Interfaces:
- Serializable
The properties of the scope to be removed.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RemoveScopeRequest.Builderbuilder()protected booleanbooleanRequired. The ID of the scope to be removed.inthashCode()booleanIndicates any assignments linked to the given scope should also be deleted.voidsetDeleteAssignments(boolean deleteAssignments) Indicates any assignments linked to the given scope should also be deleted.voidsetScopeId(UUID scopeId) Required. The ID of the scope to be removed.toString()
- 
Constructor Details- 
RemoveScopeRequestpublic RemoveScopeRequest()
 
- 
- 
Method Details- 
builder
- 
getScopeIdRequired. The ID of the scope to be removed. Silently ignored if the ID is provided as path parameter of the request.
- 
isDeleteAssignmentspublic boolean isDeleteAssignments()Indicates any assignments linked to the given scope should also be deleted.
- 
setScopeIdRequired. The ID of the scope to be removed. Silently ignored if the ID is provided as path parameter of the request.
- 
setDeleteAssignmentspublic void setDeleteAssignments(boolean deleteAssignments) Indicates any assignments linked to the given scope should also be deleted.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-