Class RemoveScopeRequest
Object
RemoveScopeRequest
- All Implemented Interfaces:
Serializable
The properties of the scope to be removed.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RemoveScopeRequest.Builder
builder()
protected boolean
boolean
Required. The ID of the scope to be removed.int
hashCode()
boolean
Indicates any assignments linked to the given scope should also be deleted.void
setDeleteAssignments
(boolean deleteAssignments) Indicates any assignments linked to the given scope should also be deleted.void
setScopeId
(UUID scopeId) Required. The ID of the scope to be removed.toString()
-
Constructor Details
-
RemoveScopeRequest
public RemoveScopeRequest()
-
-
Method Details
-
builder
-
getScopeId
Required. The ID of the scope to be removed. Silently ignored if the ID is provided as path parameter of the request. -
isDeleteAssignments
public boolean isDeleteAssignments()Indicates any assignments linked to the given scope should also be deleted. -
setScopeId
Required. The ID of the scope to be removed. Silently ignored if the ID is provided as path parameter of the request. -
setDeleteAssignments
public void setDeleteAssignments(boolean deleteAssignments) Indicates any assignments linked to the given scope should also be deleted. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-