Class RemoveScopeRequest

  • All Implemented Interfaces:
    Serializable

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

      • RemoveScopeRequest

        public RemoveScopeRequest()
    • Method Detail

      • getScopeId

        @NotNull
        public @NotNull UUID getScopeId()
        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​(@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.
      • 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