Class ListTransfersFilter.Builder

java.lang.Object
com.vonage.client.subaccounts.ListTransfersFilter.Builder
Enclosing class:
ListTransfersFilter

public static class ListTransfersFilter.Builder extends Object
  • Method Details

    • startDate

      (OPTIONAL) Start of the retrieval period.
      Parameters:
      startDate - The start timestamp.
      Returns:
      This builder.
    • endDate

      (OPTIONAL) End of the retrieval period. If absent then all transfers until now is returned.
      Parameters:
      endDate - The end timestamp.
      Returns:
      This builder.
    • subaccount

      (OPTIONAL) Subaccount ID to include in the search. If you set this, all other subaccounts will be excluded from the search results.
      Parameters:
      subaccount - The subaccount API key to filter by.
      Returns:
      This builder.
    • build

      Returns:
      An instance of ListTransfersFilter, populated with all fields from this builder.