Class GetUserRequest

    • Constructor Detail

      • GetUserRequest

        public GetUserRequest()
    • Method Detail

      • setAccessToken

        public void setAccessToken​(String accessToken)

        The access token returned by the server response to get information about the user.

        Parameters:
        accessToken - The access token returned by the server response to get information about the user.
      • getAccessToken

        public String getAccessToken()

        The access token returned by the server response to get information about the user.

        Returns:
        The access token returned by the server response to get information about the user.
      • withAccessToken

        public GetUserRequest withAccessToken​(String accessToken)

        The access token returned by the server response to get information about the user.

        Parameters:
        accessToken - The access token returned by the server response to get information about the user.
        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