public class ScheduledJob extends Object
ScheduledJobsClient.| Constructor and Description |
|---|
ScheduledJob(String json)
CONSTRUCTOR
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Return a string with a pretty print json with the content of this class
|
public ScheduledJob(String json) throws com.google.gson.JsonParseException, IllegalArgumentException
json - the json string to be deserializedcom.google.gson.JsonParseException - if the content of body is a invalid jsonIllegalArgumentException - if the provided body is nullCopyright © 2024. All rights reserved.