SqlTriggerListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.cosmos.models.SqlTriggerListResult

Implements

public final class SqlTriggerListResult
implements JsonSerializable<SqlTriggerListResult>

The List operation response, that contains the triggers and their properties.

Constructor Summary

Constructor Description
SqlTriggerListResult()

Creates an instance of SqlTriggerListResult class.

Method Summary

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

Reads an instance of SqlTriggerListResult from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<SqlTriggerGetResultsInner> value()

Get the value property: List of triggers and their properties.

Methods inherited from java.lang.Object

Constructor Details

SqlTriggerListResult

public SqlTriggerListResult()

Creates an instance of SqlTriggerListResult class.

Method Details

fromJson

public static SqlTriggerListResult fromJson(JsonReader jsonReader)

Reads an instance of SqlTriggerListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SqlTriggerListResult 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 SqlTriggerListResult.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<SqlTriggerGetResultsInner> value()

Get the value property: List of triggers and their properties.

Returns:

the value value.

Applies to