| Package | Description |
|---|---|
| com.google.api.services.storagetransfer.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Date |
Date.clone() |
Date |
Schedule.getScheduleEndDate()
The last day a transfer runs.
|
Date |
Schedule.getScheduleStartDate()
Required.
|
Date |
Date.set(String fieldName,
Object value) |
Date |
Date.setDay(Integer day)
Day of a month.
|
Date |
Date.setMonth(Integer month)
Month of a year.
|
Date |
Date.setYear(Integer year)
Year of the date.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.setScheduleEndDate(Date scheduleEndDate)
The last day a transfer runs.
|
Schedule |
Schedule.setScheduleStartDate(Date scheduleStartDate)
Required.
|
Copyright © 2011–2024 Google. All rights reserved.