Package io.moov.sdk.models.operations
Class UpdateScheduleRequest
- java.lang.Object
-
- io.moov.sdk.models.operations.UpdateScheduleRequest
-
public class UpdateScheduleRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateScheduleRequest.Builder
-
Constructor Summary
Constructors Constructor Description UpdateScheduleRequest(java.lang.String accountID, java.lang.String scheduleID, UpsertSchedule upsertSchedule)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountID()Account ID of the account that will run the transfer.static UpdateScheduleRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringscheduleID()java.lang.StringtoString()UpsertScheduleupsertSchedule()UpdateScheduleRequestwithAccountID(java.lang.String accountID)Account ID of the account that will run the transfer.UpdateScheduleRequestwithScheduleID(java.lang.String scheduleID)UpdateScheduleRequestwithUpsertSchedule(UpsertSchedule upsertSchedule)
-
-
-
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()
-
upsertSchedule
public UpsertSchedule upsertSchedule()
-
builder
public static UpdateScheduleRequest.Builder builder()
-
withAccountID
public UpdateScheduleRequest withAccountID(java.lang.String accountID)
Account ID of the account that will run the transfer.
-
withScheduleID
public UpdateScheduleRequest withScheduleID(java.lang.String scheduleID)
-
withUpsertSchedule
public UpdateScheduleRequest withUpsertSchedule(UpsertSchedule upsertSchedule)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-