Class SetUserSettingsRequest

    • Constructor Detail

      • SetUserSettingsRequest

        public SetUserSettingsRequest()
    • Method Detail

      • setAccessToken

        public void setAccessToken​(String accessToken)

        The access token for the set user settings request.

        Parameters:
        accessToken - The access token for the set user settings request.
      • getAccessToken

        public String getAccessToken()

        The access token for the set user settings request.

        Returns:
        The access token for the set user settings request.
      • withAccessToken

        public SetUserSettingsRequest withAccessToken​(String accessToken)

        The access token for the set user settings request.

        Parameters:
        accessToken - The access token for the set user settings request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getMFAOptions

        public List<MFAOptionType> getMFAOptions()

        Specifies the options for MFA (e.g., email or phone number).

        Returns:
        Specifies the options for MFA (e.g., email or phone number).
      • setMFAOptions

        public void setMFAOptions​(Collection<MFAOptionType> mFAOptions)

        Specifies the options for MFA (e.g., email or phone number).

        Parameters:
        mFAOptions - Specifies the options for MFA (e.g., email or phone number).
      • withMFAOptions

        public SetUserSettingsRequest withMFAOptions​(Collection<MFAOptionType> mFAOptions)

        Specifies the options for MFA (e.g., email or phone number).

        Parameters:
        mFAOptions - Specifies the options for MFA (e.g., email or phone number).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object