Share via


ControllerList Class

  • java.lang.Object
    • com.azure.resourcemanager.devspaces.models.ControllerList

Implements

public final class ControllerList
implements JsonSerializable<ControllerList>

The ControllerList model.

Constructor Summary

Constructor Description
ControllerList()

Creates an instance of ControllerList class.

Method Summary

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

Reads an instance of ControllerList from the JsonReader.

String nextLink()

Get the nextLink property: The URI that can be used to request the next page for list of Azure Dev Spaces Controllers.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ControllerInner> value()

Get the value property: List of Azure Dev Spaces Controllers.

ControllerList withValue(List<ControllerInner> value)

Set the value property: List of Azure Dev Spaces Controllers.

Methods inherited from java.lang.Object

Constructor Details

ControllerList

public ControllerList()

Creates an instance of ControllerList class.

Method Details

fromJson

public static ControllerList fromJson(JsonReader jsonReader)

Reads an instance of ControllerList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ControllerList 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 ControllerList.

nextLink

public String nextLink()

Get the nextLink property: The URI that can be used to request the next page for list of Azure Dev Spaces Controllers.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ControllerInner> value()

Get the value property: List of Azure Dev Spaces Controllers.

Returns:

the value value.

withValue

public ControllerList withValue(List<ControllerInner> value)

Set the value property: List of Azure Dev Spaces Controllers.

Parameters:

value - the value value to set.

Returns:

the ControllerList object itself.

Applies to