public final class OperationListResult extends Object
| Constructor and Description |
|---|
OperationListResult() |
| 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 |
withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of operation list results if there are any.
|
OperationListResult |
withValue(List<OperationInner> value)
Set the value property: List of operations supported by the Resource Provider.
|
public List<OperationInner> value()
public OperationListResult withValue(List<OperationInner> value)
value - the value value to set.public String nextLink()
public OperationListResult withNextLink(String nextLink)
nextLink - the nextLink value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.