Class UserExistsByEmailRequest

java.lang.Object
ai.vectros.resources.identity.requests.UserExistsByEmailRequest

public final class UserExistsByEmailRequest extends Object
  • Method Details

    • getEmail

      public Optional<String> getEmail()
      Returns:
      The email address to check. Matched case-insensitively.
    • getContextId

      public Optional<String> getContextId()
      Returns:
      The app context to check membership in. A context-confined credential (a scoped token or key bound to one context) may only name its own bound context — naming any other context is rejected with a uniform 403, before the existence check runs.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static UserExistsByEmailRequest.Builder builder()