Package com.vonage.client.subaccounts
Class ListTransfersFilter.Builder
java.lang.Object
com.vonage.client.subaccounts.ListTransfersFilter.Builder
- Enclosing class:
ListTransfersFilter
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the ListTransfersFilter.(OPTIONAL) End of the retrieval period.(OPTIONAL) Start of the retrieval period.subaccount(String subaccount) (OPTIONAL) Subaccount ID to include in the search.
-
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
Builds the ListTransfersFilter.- Returns:
- An instance of ListTransfersFilter, populated with all fields from this builder.
-