DevCenterListResult Class

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

Implements

public final class DevCenterListResult
implements JsonSerializable<DevCenterListResult>

Result of the list devcenters operation.

Constructor Summary

Constructor Description
DevCenterListResult()

Creates an instance of DevCenterListResult class.

Method Summary

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

Reads an instance of DevCenterListResult 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<DevCenterInner> value()

Get the value property: Current page of results.

Methods inherited from java.lang.Object

Constructor Details

DevCenterListResult

public DevCenterListResult()

Creates an instance of DevCenterListResult class.

Method Details

fromJson

public static DevCenterListResult fromJson(JsonReader jsonReader)

Reads an instance of DevCenterListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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<DevCenterInner> value()

Get the value property: Current page of results.

Returns:

the value value.

Applies to