SupportedStacksCollectionInner Class

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

public final class 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
String nextLink()

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

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

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.

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