Class ListDisputesRequest.Builder

  • Enclosing class:
    ListDisputesRequest

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

      • 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.