AvailableSkusResult Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. AvailableSkusResult
- com.
Implements
public final class AvailableSkusResult
implements JsonSerializable<AvailableSkusResult>
The available skus operation response.
Constructor Summary
| Constructor | Description |
|---|---|
| AvailableSkusResult() |
Creates an instance of Available |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Available |
fromJson(JsonReader jsonReader)
Reads an instance of Available |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Sku |
value()
Get the value property: List of available skus. |
|
Available |
withNextLink(String nextLink)
Set the next |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link for the next set of skus.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<SkuInformationInner> value()
Get the value property: List of available skus.
Returns:
withNextLink
public AvailableSkusResult withNextLink(String nextLink)
Set the nextLink property: Link for the next set of skus.
Parameters:
Returns: