Class RemoveScopeRequest.Builder

  • Enclosing class:
    RemoveScopeRequest

    public static class RemoveScopeRequest.Builder
    extends Object
    • Method Detail

      • scopeId

        public RemoveScopeRequest.Builder scopeId​(@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.
        Returns:
        this.
      • deleteAssignments

        public RemoveScopeRequest.Builder deleteAssignments​(boolean deleteAssignments)
        Indicates any assignments linked to the given scope should also be deleted.
        Returns:
        this.
      • toString

        public String toString()
        Overrides:
        toString in class Object