Interface GetRemainingFreeTrialDaysResponse.Builder

    • Method Detail

      • accounts

        GetRemainingFreeTrialDaysResponse.Builder accounts​(Collection<AccountFreeTrialInfo> accounts)

        The member accounts which were included in a request and were processed successfully.

        Parameters:
        accounts - The member accounts which were included in a request and were processed successfully.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accounts

        GetRemainingFreeTrialDaysResponse.Builder accounts​(AccountFreeTrialInfo... accounts)

        The member accounts which were included in a request and were processed successfully.

        Parameters:
        accounts - The member accounts which were included in a request and were processed successfully.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAccounts

        GetRemainingFreeTrialDaysResponse.Builder unprocessedAccounts​(Collection<UnprocessedAccount> unprocessedAccounts)

        The member account that was included in a request but for which the request could not be processed.

        Parameters:
        unprocessedAccounts - The member account that was included in a request but for which the request could not be processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAccounts

        GetRemainingFreeTrialDaysResponse.Builder unprocessedAccounts​(UnprocessedAccount... unprocessedAccounts)

        The member account that was included in a request but for which the request could not be processed.

        Parameters:
        unprocessedAccounts - The member account that was included in a request but for which the request could not be processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.