DevBoxNextAction Class
- java.
lang. Object - com.
azure. developer. devcenter. models. DevBoxNextAction
- com.
Implements
public final class DevBoxNextAction
implements JsonSerializable<DevBoxNextAction>
Details about the next run of an action.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
|
Offset |
getScheduledTime()
Get the scheduled |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DevBoxNextAction fromJson(JsonReader jsonReader)
Reads an instance of DevBoxNextAction from the JsonReader.
Parameters:
Returns:
Throws:
getScheduledTime
public OffsetDateTime getScheduledTime()
Get the scheduledTime property: The time the action will be triggered (UTC), in RFC3339 format.
Returns: