Aracılığıyla paylaş


TriggerList Class

  • java.lang.Object
    • com.azure.resourcemanager.databoxedge.models.TriggerList

Implements

public final class TriggerList
implements JsonSerializable<TriggerList>

Collection of all trigger on the data box edge device.

Constructor Summary

Constructor Description
TriggerList()

Creates an instance of TriggerList class.

Method Summary

Modifier and Type Method and Description
static TriggerList fromJson(JsonReader jsonReader)

Reads an instance of TriggerList from the JsonReader.

String nextLink()

Get the nextLink property: Link to the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<TriggerInner> value()

Get the value property: The list of triggers.

Methods inherited from java.lang.Object

Constructor Details

TriggerList

public TriggerList()

Creates an instance of TriggerList class.

Method Details

fromJson

public static TriggerList fromJson(JsonReader jsonReader)

Reads an instance of TriggerList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the TriggerList.

nextLink

public String nextLink()

Get the nextLink property: Link to the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<TriggerInner> value()

Get the value property: The list of triggers.

Returns:

the value value.

Applies to