OperationListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.redis.models.OperationListResult

public final class OperationListResult

Result of the request to list REST API operations. It contains a list of operations and a URL nextLink to get the next set of results.

Constructor Summary

Constructor Description
OperationListResult()

Creates an instance of OperationListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: URL to get the next set of operation list results if there are any.

void validate()

Validates the instance.

List<OperationInner> value()

Get the value property: List of operations supported by the resource provider.

OperationListResult withValue(List<OperationInner> value)

Set the value property: List of operations supported by the resource provider.

Methods inherited from java.lang.Object

Constructor Details

OperationListResult

public OperationListResult()

Creates an instance of OperationListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: URL to get the next set of operation list results if there are any.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of operations supported by the resource provider.

Returns:

the value value.

withValue

public OperationListResult withValue(List value)

Set the value property: List of operations supported by the resource provider.

Parameters:

value - the value value to set.

Returns:

the OperationListResult object itself.

Applies to