Class WebFormUserInfo


  • public class WebFormUserInfo
    extends Object
    Information about a DocuSign system user. The user exists within the account associated with the form..
    • Constructor Detail

      • WebFormUserInfo

        public WebFormUserInfo()
    • Method Detail

      • getUserId

        public String getUserId()
        Get userId.
        Returns:
        userId
      • setUserId

        public void setUserId​(String userId)
        setUserId.
      • getUserName

        public String getUserName()
        Name of the user that can be displayed in the user interface..
        Returns:
        userName
      • setUserName

        public void setUserName​(String userName)
        setUserName.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object