public final class CapabilitiesListResult extends Object
| Constructor and Description |
|---|
CapabilitiesListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: The URI to fetch the next page of capabilities.
|
void |
validate()
Validates the instance.
|
List<Capabilities> |
value()
Get the value property: The list of capabilities.
|
CapabilitiesListResult |
withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of capabilities.
|
CapabilitiesListResult |
withValue(List<Capabilities> value)
Set the value property: The list of capabilities.
|
public List<Capabilities> value()
public CapabilitiesListResult withValue(List<Capabilities> value)
value - the value value to set.public String nextLink()
public CapabilitiesListResult 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.