SkuListInner Class

  • java.lang.Object
    • com.azure.resourcemanager.signalr.fluent.models.SkuListInner

Implements

public final class SkuListInner
implements JsonSerializable<SkuListInner>

The list skus operation response.

Constructor Summary

Constructor Description
SkuListInner()

Creates an instance of SkuListInner class.

Method Summary

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

Reads an instance of SkuListInner from the JsonReader.

String nextLink()

Get the nextLink property: The URL the client should use to fetch the next page (per server side paging).

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<Sku> value()

Get the value property: The list of skus available for the resource.

Methods inherited from java.lang.Object

Constructor Details

SkuListInner

public SkuListInner()

Creates an instance of SkuListInner class.

Method Details

fromJson

public static SkuListInner fromJson(JsonReader jsonReader)

Reads an instance of SkuListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<Sku> value()

Get the value property: The list of skus available for the resource.

Returns:

the value value.

Applies to