DevBoxDefinitionListResult Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. models. DevBoxDefinitionListResult
- com.
Implements
public final class DevBoxDefinitionListResult
implements JsonSerializable<DevBoxDefinitionListResult>
Results of the Dev Box definition list operation.
Constructor Summary
| Constructor | Description |
|---|---|
| DevBoxDefinitionListResult() |
Creates an instance of Dev |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Dev |
value()
Get the value property: Current page of results. |
Methods inherited from java.lang.Object
Constructor Details
DevBoxDefinitionListResult
public DevBoxDefinitionListResult()
Creates an instance of DevBoxDefinitionListResult class.
Method Details
fromJson
public static DevBoxDefinitionListResult fromJson(JsonReader jsonReader)
Reads an instance of DevBoxDefinitionListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: URL to get the next set of results if there are any.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<DevBoxDefinitionInner> value()
Get the value property: Current page of results.
Returns: