TriggerList Class
- java.
lang. Object - com.
azure. resourcemanager. databoxedge. models. TriggerList
- com.
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 Trigger |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Trigger |
fromJson(JsonReader jsonReader)
Reads an instance of Trigger |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Trigger |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<TriggerInner> value()
Get the value property: The list of triggers.
Returns: