SupportedBuildpacksCollectionInner Class

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

Implements

public final class SupportedBuildpacksCollectionInner
implements JsonSerializable<SupportedBuildpacksCollectionInner>

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

Constructor Summary

Constructor Description
SupportedBuildpacksCollectionInner()

Creates an instance of SupportedBuildpacksCollectionInner class.

Method Summary

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

Reads an instance of SupportedBuildpacksCollectionInner 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<SupportedBuildpackResourceInner> value()

Get the value property: Collection of supported buildpacks resources.

SupportedBuildpacksCollectionInner withNextLink(String nextLink)

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

SupportedBuildpacksCollectionInner withValue(List<SupportedBuildpackResourceInner> value)

Set the value property: Collection of supported buildpacks resources.

Methods inherited from java.lang.Object

Constructor Details

SupportedBuildpacksCollectionInner

public SupportedBuildpacksCollectionInner()

Creates an instance of SupportedBuildpacksCollectionInner class.

Method Details

fromJson

public static SupportedBuildpacksCollectionInner fromJson(JsonReader jsonReader)

Reads an instance of SupportedBuildpacksCollectionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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 buildpacks resources.

Returns:

the value value.

withNextLink

public SupportedBuildpacksCollectionInner 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 SupportedBuildpacksCollectionInner object itself.

withValue

public SupportedBuildpacksCollectionInner withValue(List value)

Set the value property: Collection of supported buildpacks resources.

Parameters:

value - the value value to set.

Returns:

the SupportedBuildpacksCollectionInner object itself.

Applies to