SupportedStacksCollectionInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.fluent.models.SupportedStacksCollectionInner

Implements

public final class SupportedStacksCollectionInner
implements JsonSerializable<SupportedStacksCollectionInner>

Object that includes an array of supported stacks resources and a possible link for next set.

Constructor Summary

Constructor Description
SupportedStacksCollectionInner()

Creates an instance of SupportedStacksCollectionInner class.

Method Summary

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

Reads an instance of SupportedStacksCollectionInner from the JsonReader.

String nextLink()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<SupportedStackResourceInner> value()

Get the value property: Collection of supported stacks resources.

SupportedStacksCollectionInner withNextLink(String nextLink)

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

SupportedStacksCollectionInner withValue(List<SupportedStackResourceInner> value)

Set the value property: Collection of supported stacks resources.

Methods inherited from java.lang.Object

Constructor Details

SupportedStacksCollectionInner

public SupportedStacksCollectionInner()

Creates an instance of SupportedStacksCollectionInner class.

Method Details

fromJson

public static SupportedStacksCollectionInner fromJson(JsonReader jsonReader)

Reads an instance of SupportedStacksCollectionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: URL 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 value()

Get the value property: Collection of supported stacks resources.

Returns:

the value value.

withNextLink

public SupportedStacksCollectionInner withNextLink(String nextLink)

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

Parameters:

nextLink - the nextLink value to set.

Returns:

the SupportedStacksCollectionInner object itself.

withValue

public SupportedStacksCollectionInner withValue(List value)

Set the value property: Collection of supported stacks resources.

Parameters:

value - the value value to set.

Returns:

the SupportedStacksCollectionInner object itself.

Applies to