Package io.moov.sdk.models.operations
Class CreateScheduleRequest
- java.lang.Object
-
- io.moov.sdk.models.operations.CreateScheduleRequest
-
public class CreateScheduleRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateScheduleRequest.Builder
-
Constructor Summary
Constructors Constructor Description CreateScheduleRequest(java.lang.String accountID, 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 CreateScheduleRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()UpsertScheduleupsertSchedule()CreateScheduleRequestwithAccountID(java.lang.String accountID)Account ID of the account that will run the transfer.CreateScheduleRequestwithUpsertSchedule(UpsertSchedule upsertSchedule)
-
-
-
Constructor Detail
-
CreateScheduleRequest
public CreateScheduleRequest(java.lang.String accountID, UpsertSchedule upsertSchedule)
-
-
Method Detail
-
accountID
public java.lang.String accountID()
Account ID of the account that will run the transfer.
-
upsertSchedule
public UpsertSchedule upsertSchedule()
-
builder
public static CreateScheduleRequest.Builder builder()
-
withAccountID
public CreateScheduleRequest withAccountID(java.lang.String accountID)
Account ID of the account that will run the transfer.
-
withUpsertSchedule
public CreateScheduleRequest 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
-
-