IntegrationRuntimeListResponse Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.IntegrationRuntimeListResponse

Implements

public final class IntegrationRuntimeListResponse
implements JsonSerializable<IntegrationRuntimeListResponse>

A list of integration runtime resources.

Constructor Summary

Constructor Description
IntegrationRuntimeListResponse()

Creates an instance of IntegrationRuntimeListResponse class.

Method Summary

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

Reads an instance of IntegrationRuntimeListResponse from the JsonReader.

String nextLink()

Get the nextLink property: The link to the next page of results, if any remaining results exist.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<IntegrationRuntimeResourceInner> value()

Get the value property: List of integration runtimes.

IntegrationRuntimeListResponse withNextLink(String nextLink)

Set the nextLink property: The link to the next page of results, if any remaining results exist.

IntegrationRuntimeListResponse withValue(List<IntegrationRuntimeResourceInner> value)

Set the value property: List of integration runtimes.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeListResponse

public IntegrationRuntimeListResponse()

Creates an instance of IntegrationRuntimeListResponse class.

Method Details

fromJson

public static IntegrationRuntimeListResponse fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeListResponse from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

nextLink

public String nextLink()

Get the nextLink property: The link to the next page of results, if any remaining results exist.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<IntegrationRuntimeResourceInner> value()

Get the value property: List of integration runtimes.

Returns:

the value value.

withNextLink

public IntegrationRuntimeListResponse withNextLink(String nextLink)

Set the nextLink property: The link to the next page of results, if any remaining results exist.

Parameters:

nextLink - the nextLink value to set.

Returns:

the IntegrationRuntimeListResponse object itself.

withValue

public IntegrationRuntimeListResponse withValue(List<IntegrationRuntimeResourceInner> value)

Set the value property: List of integration runtimes.

Parameters:

value - the value value to set.

Returns:

the IntegrationRuntimeListResponse object itself.

Applies to