Class ScheduleListResponse


  • public class ScheduleListResponse
    extends java.lang.Object
    • Constructor Detail

      • ScheduleListResponse

        public ScheduleListResponse​(java.util.Optional<java.lang.String> description,
                                    java.lang.String destinationAccountID,
                                    Mode mode,
                                    java.util.Optional<? extends java.util.List<OccurrencesResponse>> occurrences,
                                    java.lang.String ownerAccountID,
                                    java.lang.String partnerAccountID,
                                    java.util.Optional<? extends Recur> recur,
                                    java.lang.String scheduleID,
                                    java.lang.String sourceAccountID,
                                    java.time.OffsetDateTime createdOn,
                                    java.time.OffsetDateTime updatedOn,
                                    java.util.Optional<java.time.OffsetDateTime> disabledOn,
                                    java.util.Optional<? extends PartialScheduleAccount> sourceAccount,
                                    java.util.Optional<? extends PartialScheduleAccount> destinationAccount,
                                    java.util.Optional<? extends PartialScheduleAccount> partnerAccount)
      • ScheduleListResponse

        public ScheduleListResponse​(java.lang.String destinationAccountID,
                                    Mode mode,
                                    java.lang.String ownerAccountID,
                                    java.lang.String partnerAccountID,
                                    java.lang.String scheduleID,
                                    java.lang.String sourceAccountID,
                                    java.time.OffsetDateTime createdOn,
                                    java.time.OffsetDateTime updatedOn)
    • Method Detail

      • description

        public java.util.Optional<java.lang.String> description()
        Simple description to place on the transfer.
      • destinationAccountID

        public java.lang.String destinationAccountID()
      • mode

        public Mode mode()
        The operating mode for an account.
      • ownerAccountID

        public java.lang.String ownerAccountID()
      • partnerAccountID

        public java.lang.String partnerAccountID()
      • recur

        public java.util.Optional<Recur> recur()
        Defines configuration for recurring transfers.
      • scheduleID

        public java.lang.String scheduleID()
      • sourceAccountID

        public java.lang.String sourceAccountID()
      • createdOn

        public java.time.OffsetDateTime createdOn()
      • updatedOn

        public java.time.OffsetDateTime updatedOn()
      • disabledOn

        public java.util.Optional<java.time.OffsetDateTime> disabledOn()
      • withDescription

        public ScheduleListResponse withDescription​(java.lang.String description)
        Simple description to place on the transfer.
      • withDescription

        public ScheduleListResponse withDescription​(java.util.Optional<java.lang.String> description)
        Simple description to place on the transfer.
      • withDestinationAccountID

        public ScheduleListResponse withDestinationAccountID​(java.lang.String destinationAccountID)
      • withOwnerAccountID

        public ScheduleListResponse withOwnerAccountID​(java.lang.String ownerAccountID)
      • withPartnerAccountID

        public ScheduleListResponse withPartnerAccountID​(java.lang.String partnerAccountID)
      • withRecur

        public ScheduleListResponse withRecur​(java.util.Optional<? extends Recur> recur)
        Defines configuration for recurring transfers.
      • withSourceAccountID

        public ScheduleListResponse withSourceAccountID​(java.lang.String sourceAccountID)
      • withDisabledOn

        public ScheduleListResponse withDisabledOn​(java.time.OffsetDateTime disabledOn)
      • withDisabledOn

        public ScheduleListResponse withDisabledOn​(java.util.Optional<java.time.OffsetDateTime> disabledOn)
      • 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