Class RemoveScopeRequest

Object
RemoveScopeRequest
All Implemented Interfaces:
Serializable

public class RemoveScopeRequest extends Object implements Serializable
The properties of the scope to be removed.
See Also:
  • Constructor Details

    • RemoveScopeRequest

      public RemoveScopeRequest()
  • Method Details

    • builder

      public static RemoveScopeRequest.Builder builder()
    • getScopeId

      public UUID 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

      public void setScopeId(UUID scopeId)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object