DevBoxNextAction Class

  • java.lang.Object
    • com.azure.developer.devcenter.models.DevBoxNextAction

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 DevBoxNextAction fromJson(JsonReader jsonReader)

Reads an instance of DevBoxNextAction from the JsonReader.

OffsetDateTime getScheduledTime()

Get the scheduledTime property: The time the action will be triggered (UTC), in RFC3339 format.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of DevBoxNextAction if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

getScheduledTime

public OffsetDateTime getScheduledTime()

Get the scheduledTime property: The time the action will be triggered (UTC), in RFC3339 format.

Returns:

the scheduledTime value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to