IntegrationAccountSchemaListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.logic.models.IntegrationAccountSchemaListResult

public final class IntegrationAccountSchemaListResult

The list of integration account schemas.

Constructor Summary

Constructor Description
IntegrationAccountSchemaListResult()

Creates an instance of IntegrationAccountSchemaListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URL to get the next set of results.

void validate()

Validates the instance.

List<IntegrationAccountSchemaInner> value()

Get the value property: The list of integration account schemas.

IntegrationAccountSchemaListResult withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of results.

IntegrationAccountSchemaListResult withValue(List<IntegrationAccountSchemaInner> value)

Set the value property: The list of integration account schemas.

Methods inherited from java.lang.Object

Constructor Details

IntegrationAccountSchemaListResult

public IntegrationAccountSchemaListResult()

Creates an instance of IntegrationAccountSchemaListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of integration account schemas.

Returns:

the value value.

withNextLink

public IntegrationAccountSchemaListResult withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the IntegrationAccountSchemaListResult object itself.

withValue

public IntegrationAccountSchemaListResult withValue(List value)

Set the value property: The list of integration account schemas.

Parameters:

value - the value value to set.

Returns:

the IntegrationAccountSchemaListResult object itself.

Applies to