SqlUserDefinedFunctionListResult Class

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

Implements

public final class SqlUserDefinedFunctionListResult
implements JsonSerializable<SqlUserDefinedFunctionListResult>

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

Constructor Summary

Constructor Description
SqlUserDefinedFunctionListResult()

Creates an instance of SqlUserDefinedFunctionListResult class.

Method Summary

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

Reads an instance of SqlUserDefinedFunctionListResult from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<SqlUserDefinedFunctionGetResultsInner> value()

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

Methods inherited from java.lang.Object

Constructor Details

SqlUserDefinedFunctionListResult

public SqlUserDefinedFunctionListResult()

Creates an instance of SqlUserDefinedFunctionListResult class.

Method Details

fromJson

public static SqlUserDefinedFunctionListResult fromJson(JsonReader jsonReader)

Reads an instance of SqlUserDefinedFunctionListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<SqlUserDefinedFunctionGetResultsInner> value()

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

Returns:

the value value.

Applies to