SupportedBuildpacksCollectionInner Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. fluent. models. SupportedBuildpacksCollectionInner
- com.
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 Supported |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Supported |
fromJson(JsonReader jsonReader)
Reads an instance of Supported |
String |
nextLink()
Get the next |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Supported |
value()
Get the value property: Collection of supported buildpacks resources. |
Supported |
withNextLink(String nextLink)
Set the next |
Supported |
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:
Returns:
Throws:
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:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: Collection of supported buildpacks resources.
Returns:
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:
Returns:
withValue
public SupportedBuildpacksCollectionInner withValue(List
Set the value property: Collection of supported buildpacks resources.
Parameters:
Returns:
Applies to
Azure SDK for Java