Class RemoveScopeRequest.Builder

Object
Builder
Enclosing class:
RemoveScopeRequest

public static class RemoveScopeRequest.Builder extends Object
  • Method Details

    • scopeId

      public RemoveScopeRequest.Builder scopeId(UUID scopeId)
      Required. 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.
    • build

      public RemoveScopeRequest build()
    • toString

      public String toString()
      Overrides:
      toString in class Object