Class OnlineAccount

    • Constructor Detail

      • OnlineAccount

        public OnlineAccount()
    • Method Detail

      • getServiceHomepage

        public ResourceReference getServiceHomepage()
        The homepage of the service that provides this account.
        Returns:
        The homepage of the service that provides this account.
      • setServiceHomepage

        public void setServiceHomepage​(ResourceReference serviceHomepage)
        The homepage of the service that provides this account.
        Parameters:
        serviceHomepage - The homepage of the service that provides this account.
      • serviceHomepage

        public OnlineAccount serviceHomepage​(ResourceReference serviceHomepage)
        Build up this online account with a service homepage.
        Parameters:
        serviceHomepage - The service homepage.
        Returns:
        this.
      • getAccountName

        public String getAccountName()
        The name associated the holder of this account with the account.
        Returns:
        The name associated the holder of this account with the account.
      • setAccountName

        public void setAccountName​(String accountName)
        The name associated the holder of this account with the account.
        Parameters:
        accountName - The name associated the holder of this account with the account.
      • accountName

        public OnlineAccount accountName​(String accountName)
        Build up this online account with an account name.
        Parameters:
        accountName - The account name.
        Returns:
        this.