Class ListTransfersRequest.Builder

  • Enclosing class:
    ListTransfersRequest

    public static final class ListTransfersRequest.Builder
    extends java.lang.Object
    • Method Detail

      • xMoovVersion

        public ListTransfersRequest.Builder xMoovVersion​(java.lang.String xMoovVersion)
        Specify an API version.

        API versioning follows the format `vYYYY.QQ.BB`, where - `YYYY` is the year - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10) - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter. - For example, `v2024.01.00` is the initial release of the first quarter of 2024.

        The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.

      • xMoovVersion

        public ListTransfersRequest.Builder xMoovVersion​(java.util.Optional<java.lang.String> xMoovVersion)
        Specify an API version.

        API versioning follows the format `vYYYY.QQ.BB`, where - `YYYY` is the year - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10) - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter. - For example, `v2024.01.00` is the initial release of the first quarter of 2024.

        The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.

      • accountIDs

        public ListTransfersRequest.Builder accountIDs​(java.util.List<java.lang.String> accountIDs)
        Optional, comma-separated account IDs by which the response is filtered based on whether the account ID is the source or destination.
      • accountIDs

        public ListTransfersRequest.Builder accountIDs​(java.util.Optional<? extends java.util.List<java.lang.String>> accountIDs)
        Optional, comma-separated account IDs by which the response is filtered based on whether the account ID is the source or destination.
      • startDateTime

        public ListTransfersRequest.Builder startDateTime​(java.time.OffsetDateTime startDateTime)
        Optional date-time which inclusively filters all transfers created after this date-time.
      • startDateTime

        public ListTransfersRequest.Builder startDateTime​(java.util.Optional<java.time.OffsetDateTime> startDateTime)
        Optional date-time which inclusively filters all transfers created after this date-time.
      • endDateTime

        public ListTransfersRequest.Builder endDateTime​(java.time.OffsetDateTime endDateTime)
        Optional date-time which exclusively filters all transfers created before this date-time.
      • endDateTime

        public ListTransfersRequest.Builder endDateTime​(java.util.Optional<java.time.OffsetDateTime> endDateTime)
        Optional date-time which exclusively filters all transfers created before this date-time.
      • groupID

        public ListTransfersRequest.Builder groupID​(java.lang.String groupID)
        Optional ID to filter for transfers in the same group.
      • groupID

        public ListTransfersRequest.Builder groupID​(java.util.Optional<java.lang.String> groupID)
        Optional ID to filter for transfers in the same group.
      • scheduleID

        public ListTransfersRequest.Builder scheduleID​(java.lang.String scheduleID)
        Optional ID to filter for transfer occurrences belonging to the same schedule.
      • scheduleID

        public ListTransfersRequest.Builder scheduleID​(java.util.Optional<java.lang.String> scheduleID)
        Optional ID to filter for transfer occurrences belonging to the same schedule.
      • paymentLinkCode

        public ListTransfersRequest.Builder paymentLinkCode​(java.lang.String paymentLinkCode)
        Optional code to filter for transfers associated with the payment link.
      • paymentLinkCode

        public ListTransfersRequest.Builder paymentLinkCode​(java.util.Optional<java.lang.String> paymentLinkCode)
        Optional code to filter for transfers associated with the payment link.
      • refunded

        public ListTransfersRequest.Builder refunded​(java.util.Optional<java.lang.Boolean> refunded)
        Optional parameter to only return refunded transfers.
      • disputed

        public ListTransfersRequest.Builder disputed​(java.util.Optional<java.lang.Boolean> disputed)
        Optional parameter to only return disputed transfers.