Share via


AvailableSkusResult Class

  • java.lang.Object
    • com.azure.resourcemanager.databox.models.AvailableSkusResult

Implements

public final class AvailableSkusResult
implements JsonSerializable<AvailableSkusResult>

The available skus operation response.

Constructor Summary

Constructor Description
AvailableSkusResult()

Creates an instance of AvailableSkusResult class.

Method Summary

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

Reads an instance of AvailableSkusResult from the JsonReader.

String nextLink()

Get the nextLink property: Link for the next set of skus.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<SkuInformationInner> value()

Get the value property: List of available skus.

AvailableSkusResult withNextLink(String nextLink)

Set the nextLink property: Link for the next set of skus.

Methods inherited from java.lang.Object

Constructor Details

AvailableSkusResult

public AvailableSkusResult()

Creates an instance of AvailableSkusResult class.

Method Details

fromJson

public static AvailableSkusResult fromJson(JsonReader jsonReader)

Reads an instance of AvailableSkusResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: Link for the next set of skus.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<SkuInformationInner> value()

Get the value property: List of available skus.

Returns:

the value value.

withNextLink

public AvailableSkusResult withNextLink(String nextLink)

Set the nextLink property: Link for the next set of skus.

Parameters:

nextLink - the nextLink value to set.

Returns:

the AvailableSkusResult object itself.

Applies to