Class ListDisputesRequest.Builder

  • Enclosing class:
    ListDisputesRequest

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

      • xMoovVersion

        public ListDisputesRequest.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 ListDisputesRequest.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.

      • startDateTime

        public ListDisputesRequest.Builder startDateTime​(java.time.OffsetDateTime startDateTime)
        Optional date-time parameter to filter all disputes created on and after the provided date and time.
      • startDateTime

        public ListDisputesRequest.Builder startDateTime​(java.util.Optional<java.time.OffsetDateTime> startDateTime)
        Optional date-time parameter to filter all disputes created on and after the provided date and time.
      • endDateTime

        public ListDisputesRequest.Builder endDateTime​(java.time.OffsetDateTime endDateTime)
        Optional date-time parameter to filter all disputes created on and before the provided date and time.
      • endDateTime

        public ListDisputesRequest.Builder endDateTime​(java.util.Optional<java.time.OffsetDateTime> endDateTime)
        Optional date-time parameter to filter all disputes created on and before the provided date and time.
      • respondStartDateTime

        public ListDisputesRequest.Builder respondStartDateTime​(java.time.OffsetDateTime respondStartDateTime)
        Optional date-time which exclusively filters all disputes with respond by before this date-time.
      • respondStartDateTime

        public ListDisputesRequest.Builder respondStartDateTime​(java.util.Optional<java.time.OffsetDateTime> respondStartDateTime)
        Optional date-time which exclusively filters all disputes with respond by before this date-time.
      • respondEndDateTime

        public ListDisputesRequest.Builder respondEndDateTime​(java.time.OffsetDateTime respondEndDateTime)
        Optional date-time which exclusively filters all disputes with respond by before this date-time.
      • respondEndDateTime

        public ListDisputesRequest.Builder respondEndDateTime​(java.util.Optional<java.time.OffsetDateTime> respondEndDateTime)
        Optional date-time which exclusively filters all disputes with respond by before this date-time.
      • merchantAccountID

        public ListDisputesRequest.Builder merchantAccountID​(java.lang.String merchantAccountID)
        Optional parameter to filter by merchant account ID.
      • merchantAccountID

        public ListDisputesRequest.Builder merchantAccountID​(java.util.Optional<java.lang.String> merchantAccountID)
        Optional parameter to filter by merchant account ID.
      • cardholderAccountID

        public ListDisputesRequest.Builder cardholderAccountID​(java.lang.String cardholderAccountID)
        Optional parameter to filter by cardholder account ID.
      • cardholderAccountID

        public ListDisputesRequest.Builder cardholderAccountID​(java.util.Optional<java.lang.String> cardholderAccountID)
        Optional parameter to filter by cardholder account ID.
      • disputeIDs

        public ListDisputesRequest.Builder disputeIDs​(java.util.List<java.lang.String> disputeIDs)
        Optional parameter to filter by a comma separated list of dispute IDs.
      • disputeIDs

        public ListDisputesRequest.Builder disputeIDs​(java.util.Optional<? extends java.util.List<java.lang.String>> disputeIDs)
        Optional parameter to filter by a comma separated list of dispute IDs.
      • transferIDs

        public ListDisputesRequest.Builder transferIDs​(java.util.List<java.lang.String> transferIDs)
        Optional parameter to filter by a comma separated list of transfer IDs.
      • transferIDs

        public ListDisputesRequest.Builder transferIDs​(java.util.Optional<? extends java.util.List<java.lang.String>> transferIDs)
        Optional parameter to filter by a comma separated list of transfer IDs.