Class ListTransfersRequest


  • public class ListTransfersRequest
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ListTransfersRequest​(java.lang.String accountID)  
      ListTransfersRequest​(java.util.Optional<java.lang.String> xMoovVersion, java.util.Optional<? extends java.util.List<java.lang.String>> accountIDs, java.util.Optional<? extends TransferStatus> status, java.util.Optional<java.time.OffsetDateTime> startDateTime, java.util.Optional<java.time.OffsetDateTime> endDateTime, java.util.Optional<java.lang.String> groupID, java.util.Optional<java.lang.String> scheduleID, java.util.Optional<java.lang.String> paymentLinkCode, java.util.Optional<java.lang.Boolean> refunded, java.util.Optional<java.lang.Boolean> disputed, java.util.Optional<java.lang.Long> skip, java.util.Optional<java.lang.Long> count, java.lang.String accountID)  
    • Constructor Detail

      • ListTransfersRequest

        public ListTransfersRequest​(java.util.Optional<java.lang.String> xMoovVersion,
                                    java.util.Optional<? extends java.util.List<java.lang.String>> accountIDs,
                                    java.util.Optional<? extends TransferStatus> status,
                                    java.util.Optional<java.time.OffsetDateTime> startDateTime,
                                    java.util.Optional<java.time.OffsetDateTime> endDateTime,
                                    java.util.Optional<java.lang.String> groupID,
                                    java.util.Optional<java.lang.String> scheduleID,
                                    java.util.Optional<java.lang.String> paymentLinkCode,
                                    java.util.Optional<java.lang.Boolean> refunded,
                                    java.util.Optional<java.lang.Boolean> disputed,
                                    java.util.Optional<java.lang.Long> skip,
                                    java.util.Optional<java.lang.Long> count,
                                    java.lang.String accountID)
      • ListTransfersRequest

        public ListTransfersRequest​(java.lang.String accountID)
    • Method Detail

      • xMoovVersion

        public 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 java.util.Optional<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.
      • status

        public java.util.Optional<TransferStatus> status()
        Optional parameter for filtering transfers by status.
      • startDateTime

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

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

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

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

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

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

        public java.util.Optional<java.lang.Boolean> disputed()
        Optional parameter to only return disputed transfers.
      • skip

        public java.util.Optional<java.lang.Long> skip()
      • count

        public java.util.Optional<java.lang.Long> count()
      • accountID

        public java.lang.String accountID()
      • withXMoovVersion

        public ListTransfersRequest withXMoovVersion​(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.

      • withXMoovVersion

        public ListTransfersRequest withXMoovVersion​(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.

      • withAccountIDs

        public ListTransfersRequest withAccountIDs​(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.
      • withAccountIDs

        public ListTransfersRequest withAccountIDs​(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.
      • withStartDateTime

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

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

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

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

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

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

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

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

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

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

        public ListTransfersRequest withRefunded​(boolean refunded)
        Optional parameter to only return refunded transfers.
      • withRefunded

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

        public ListTransfersRequest withDisputed​(boolean disputed)
        Optional parameter to only return disputed transfers.
      • withDisputed

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object