IntegrationRuntimeListResponse Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.IntegrationRuntimeListResponse

public final class 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
String getNextLink()

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

List<IntegrationRuntimeResource> getValue()

Get the value property: List of integration runtimes.

IntegrationRuntimeListResponse setNextLink(String nextLink)

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

IntegrationRuntimeListResponse setValue(List<IntegrationRuntimeResource> 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

getNextLink

public String getNextLink()

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

Returns:

the nextLink value.

getValue

public List getValue()

Get the value property: List of integration runtimes.

Returns:

the value value.

setNextLink

public IntegrationRuntimeListResponse setNextLink(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.

setValue

public IntegrationRuntimeListResponse setValue(List value)

Set the value property: List of integration runtimes.

Parameters:

value - the value value to set.

Returns:

the IntegrationRuntimeListResponse object itself.

Applies to