| Package | Description |
|---|---|
| com.google.api.services.coordinate | |
| com.google.api.services.coordinate.model |
| Modifier and Type | Method and Description |
|---|---|
Coordinate.Schedule.Patch |
Coordinate.Schedule.patch(java.lang.String teamId,
java.math.BigInteger jobId,
Schedule content)
Replaces the schedule of a job with the provided schedule.
|
Coordinate.Schedule.Update |
Coordinate.Schedule.update(java.lang.String teamId,
java.math.BigInteger jobId,
Schedule content)
Replaces the schedule of a job with the provided schedule.
|
| Constructor and Description |
|---|
Coordinate.Schedule.Patch(java.lang.String teamId,
java.math.BigInteger jobId,
Schedule content)
Replaces the schedule of a job with the provided schedule.
|
Coordinate.Schedule.Update(java.lang.String teamId,
java.math.BigInteger jobId,
Schedule content)
Replaces the schedule of a job with the provided schedule.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.clone() |
Schedule |
Schedule.set(java.lang.String fieldName,
java.lang.Object value) |
Schedule |
Schedule.setAllDay(java.lang.Boolean allDay)
Whether the job is scheduled for the whole day.
|
Schedule |
Schedule.setDuration(java.math.BigInteger duration)
Job duration in milliseconds.
|
Schedule |
Schedule.setEndTime(java.math.BigInteger endTime)
Scheduled end time in milliseconds since epoch.
|
Schedule |
Schedule.setKind(java.lang.String kind)
Identifies this object as a job schedule.
|
Schedule |
Schedule.setStartTime(java.math.BigInteger startTime)
Scheduled start time in milliseconds since epoch.
|