public class Coordinate.Schedule
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Coordinate.Schedule.Get |
class |
Coordinate.Schedule.Patch |
class |
Coordinate.Schedule.Update |
| Constructor and Description |
|---|
Coordinate.Schedule() |
| Modifier and Type | Method and Description |
|---|---|
Coordinate.Schedule.Get |
get(java.lang.String teamId,
java.math.BigInteger jobId)
Retrieves the schedule for a job.
|
Coordinate.Schedule.Patch |
patch(java.lang.String teamId,
java.math.BigInteger jobId,
Schedule content)
Replaces the schedule of a job with the provided schedule.
|
Coordinate.Schedule.Update |
update(java.lang.String teamId,
java.math.BigInteger jobId,
Schedule content)
Replaces the schedule of a job with the provided schedule.
|
public Coordinate.Schedule.Get get(java.lang.String teamId, java.math.BigInteger jobId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.teamId - Team IDjobId - Job numberjava.io.IOExceptionpublic Coordinate.Schedule.Patch patch(java.lang.String teamId, java.math.BigInteger jobId, Schedule content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.teamId - Team IDjobId - Job numbercontent - the Schedulejava.io.IOExceptionpublic Coordinate.Schedule.Update update(java.lang.String teamId, java.math.BigInteger jobId, Schedule content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.teamId - Team IDjobId - Job numbercontent - the Schedulejava.io.IOException