IntegrationRuntimeListResponse Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeListResponse
- com.
Implements
public final class IntegrationRuntimeListResponse
implements JsonSerializable<IntegrationRuntimeListResponse>
A list of integration runtime resources.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeListResponse() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Integration |
value()
Get the value property: List of integration runtimes. |
|
Integration |
withNextLink(String nextLink)
Set the next |
|
Integration |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<IntegrationRuntimeResourceInner> value()
Get the value property: List of integration runtimes.
Returns:
withNextLink
public IntegrationRuntimeListResponse withNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.
Parameters:
Returns:
withValue
public IntegrationRuntimeListResponse withValue(List<IntegrationRuntimeResourceInner> value)
Set the value property: List of integration runtimes.
Parameters:
Returns: