Class LoginInformation


  • public class LoginInformation
    extends Object
    LoginInformation.
    • Constructor Detail

      • LoginInformation

        public LoginInformation()
    • Method Detail

      • apiPassword

        public LoginInformation apiPassword​(String apiPassword)
        apiPassword.
        Returns:
        LoginInformation
      • getApiPassword

        public String getApiPassword()
        Contains a token that can be used for authentication in API calls instead of using the user name and password. Only returned if the `api_password=true` query string is added to the URL..
        Returns:
        apiPassword
      • setApiPassword

        public void setApiPassword​(String apiPassword)
        setApiPassword.
      • addLoginAccountsItem

        public LoginInformation addLoginAccountsItem​(LoginAccount loginAccountsItem)
        addLoginAccountsItem.
        Returns:
        LoginInformation
      • getLoginAccounts

        public List<LoginAccount> getLoginAccounts()
        The list of accounts that authenticating user is a member of..
        Returns:
        loginAccounts
      • setLoginAccounts

        public void setLoginAccounts​(List<LoginAccount> loginAccounts)
        setLoginAccounts.
      • 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