CapabilitiesListResult Class
- java.
lang. Object - com.
azure. resourcemanager. containerinstance. models. CapabilitiesListResult
- com.
Implements
public final class CapabilitiesListResult
implements JsonSerializable<CapabilitiesListResult>
The response containing list of capabilities.
Constructor Summary
| Constructor | Description |
|---|---|
| CapabilitiesListResult() |
Creates an instance of Capabilities |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Capabilities |
fromJson(JsonReader jsonReader)
Reads an instance of Capabilities |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| List<Capabilities> |
value()
Get the value property: The list of capabilities. |
|
Capabilities |
withNextLink(String nextLink)
Set the next |
|
Capabilities |
withValue(List<Capabilities> value)
Set the value property: The list of capabilities. |
Methods inherited from java.lang.Object
Constructor Details
CapabilitiesListResult
public CapabilitiesListResult()
Creates an instance of CapabilitiesListResult class.
Method Details
fromJson
public static CapabilitiesListResult fromJson(JsonReader jsonReader)
Reads an instance of CapabilitiesListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI to fetch the next page of capabilities.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<Capabilities> value()
Get the value property: The list of capabilities.
Returns:
withNextLink
public CapabilitiesListResult withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of capabilities.
Parameters:
Returns:
withValue
public CapabilitiesListResult withValue(List<Capabilities> value)
Set the value property: The list of capabilities.
Parameters:
Returns: