DevBoxDefinitionListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.devcenter.models.DevBoxDefinitionListResult

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 DevBoxDefinitionListResult class.

Method Summary

Modifier and Type Method and Description
static DevBoxDefinitionListResult fromJson(JsonReader jsonReader)

Reads an instance of DevBoxDefinitionListResult from the JsonReader.

String nextLink()

Get the nextLink property: URL to get the next set of results if there are any.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<DevBoxDefinitionInner> 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:

jsonReader - The JsonReader being read.

Returns:

An instance of DevBoxDefinitionListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DevBoxDefinitionListResult.

nextLink

public String nextLink()

Get the nextLink property: URL to get the next set of results if there are any.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<DevBoxDefinitionInner> value()

Get the value property: Current page of results.

Returns:

the value value.

Applies to