Class UpdateScheduleRequest


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

      • UpdateScheduleRequest

        public UpdateScheduleRequest​(java.lang.String accountID,
                                     java.lang.String scheduleID,
                                     UpsertSchedule upsertSchedule)
    • Method Detail

      • accountID

        public java.lang.String accountID()
        Account ID of the account that will run the transfer.
      • scheduleID

        public java.lang.String scheduleID()
      • withAccountID

        public UpdateScheduleRequest withAccountID​(java.lang.String accountID)
        Account ID of the account that will run the transfer.
      • 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