public final class FeatureOperationsListResult extends Object
| Constructor and Description |
|---|
FeatureOperationsListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: The URL to use for getting the next set of results.
|
void |
validate()
Validates the instance.
|
List<FeatureResultInner> |
value()
Get the value property: The array of features.
|
FeatureOperationsListResult |
withNextLink(String nextLink)
Set the nextLink property: The URL to use for getting the next set of results.
|
FeatureOperationsListResult |
withValue(List<FeatureResultInner> value)
Set the value property: The array of features.
|
public List<FeatureResultInner> value()
public FeatureOperationsListResult withValue(List<FeatureResultInner> value)
value - the value value to set.public String nextLink()
public FeatureOperationsListResult withNextLink(String nextLink)
nextLink - the nextLink value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.