GrafanaAvailablePluginListResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.dashboard.fluent.models.GrafanaAvailablePluginListResponseInner

Implements

public final class GrafanaAvailablePluginListResponseInner
implements JsonSerializable<GrafanaAvailablePluginListResponseInner>

The GrafanaAvailablePluginListResponse model.

Method Summary

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

Reads an instance of GrafanaAvailablePluginListResponseInner from the JsonReader.

String nextLink()

Get the nextLink property: The nextLink property.

JsonWriter toJson(JsonWriter jsonWriter)
List<GrafanaAvailablePlugin> value()

Get the value property: The value property.

Methods inherited from java.lang.Object

Method Details

fromJson

public static GrafanaAvailablePluginListResponseInner fromJson(JsonReader jsonReader)

Reads an instance of GrafanaAvailablePluginListResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The nextLink property.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

value

public List<GrafanaAvailablePlugin> value()

Get the value property: The value property.

Returns:

the value value.

Applies to