SupportedStacksCollectionInner Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. fluent. models. SupportedStacksCollectionInner
- com.
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 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 stacks resources. |
Supported |
withNextLink(String nextLink)
Set the next |
Supported |
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:
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 stacks resources.
Returns:
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:
Returns:
withValue
public SupportedStacksCollectionInner withValue(List
Set the value property: Collection of supported stacks resources.
Parameters:
Returns:
Applies to
Azure SDK for Java