Class AuthQuery


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-03-29T12:34:27.506198300-05:00[America/Chicago]",
               comments="Generator version: 7.4.0")
    public class AuthQuery
    extends Object
    AuthQuery
    • Constructor Detail

      • AuthQuery

        public AuthQuery()
    • Method Detail

      • getInvCode

        @Nullable
        @Valid
        public @Valid UUID getInvCode()
        Code sent via email as a result of successful call to send_invitation
        Returns:
        invCode
      • setInvCode

        public void setInvCode​(UUID invCode)
      • organizationId

        public AuthQuery organizationId​(UUID organizationId)
      • getOrganizationId

        @Nullable
        @Valid
        public @Valid UUID getOrganizationId()
        ID of organization to authenticate into
        Returns:
        organizationId
      • setOrganizationId

        public void setOrganizationId​(UUID organizationId)
      • getRedirectUri

        @Nullable
        public String getRedirectUri()
        URL to redirect to after successful login
        Returns:
        redirectUri
      • setRedirectUri

        public void setRedirectUri​(String redirectUri)
      • hashCode

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

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to AuthQuery
      • fromJson

        public static AuthQuery fromJson​(String jsonString)
                                  throws IOException
        Create an instance of AuthQuery given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of AuthQuery
        Throws:
        IOException - if the JSON string is invalid with respect to AuthQuery
      • toJson

        public String toJson()
        Convert an instance of AuthQuery to an JSON string
        Returns:
        JSON string