Class UserExistsResponse

java.lang.Object
ai.vectros.types.UserExistsResponse

public final class UserExistsResponse extends Object
  • Method Details

    • getExists

      public boolean getExists()
      Returns:
      Whether a user with the given email holds an access profile in the given app context.
    • getUserId

      public Optional<String> getUserId()
      Returns:
      The matching user's Vectros-assigned UUID. Present only when exists is true.
    • getStatus

      public Optional<UserExistsResponseStatus> getStatus()
      Returns:
      The matching user's lifecycle status. Present only when exists is true.
    • 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 UserExistsResponse.ExistsStage builder()