FunctionListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.streamanalytics.models.FunctionListResult

Implements

public final class FunctionListResult
implements JsonSerializable<FunctionListResult>

Object containing a list of functions under a streaming job.

Constructor Summary

Constructor Description
FunctionListResult()

Creates an instance of FunctionListResult class.

Method Summary

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

Reads an instance of FunctionListResult from the JsonReader.

String nextLink()

Get the nextLink property: The link (url) to the next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<FunctionInner> value()

Get the value property: A list of functions under a streaming job.

Methods inherited from java.lang.Object

Constructor Details

FunctionListResult

public FunctionListResult()

Creates an instance of FunctionListResult class.

Method Details

fromJson

public static FunctionListResult fromJson(JsonReader jsonReader)

Reads an instance of FunctionListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The link (url) to the next page 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<FunctionInner> value()

Get the value property: A list of functions under a streaming job. Populated by a 'List' operation.

Returns:

the value value.

Applies to