| Package | Description |
|---|---|
| com.google.api.services.coordinate.model |
| Modifier and Type | Method and Description |
|---|---|
JobChange |
JobChange.clone() |
JobChange |
JobChange.set(java.lang.String fieldName,
java.lang.Object value) |
JobChange |
JobChange.setKind(java.lang.String kind)
Identifies this object as a job change.
|
JobChange |
JobChange.setState(JobState state)
Change applied to the job.
|
JobChange |
JobChange.setTimestamp(java.math.BigInteger timestamp)
Time at which this change was applied.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JobChange> |
Job.getJobChange()
List of job changes since it was created.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.setJobChange(java.util.List<JobChange> jobChange)
List of job changes since it was created.
|