PatchCollection Class
- java.
lang. Object - com.
azure. resourcemanager. appcontainers. models. PatchCollection
- com.
Implements
public final class PatchCollection
implements JsonSerializable<PatchCollection>
Container App patch collection.
Constructor Summary
| Constructor | Description |
|---|---|
| PatchCollection() |
Creates an instance of Patch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Patch |
fromJson(JsonReader jsonReader)
Reads an instance of Patch |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Container |
value()
Get the value property: Collection of patch resources. |
|
Patch |
withNextLink(String nextLink)
Set the next |
|
Patch |
withValue(List<ContainerAppsPatchResourceInner> value)
Set the value property: Collection of patch resources. |
Methods inherited from java.lang.Object
Constructor Details
PatchCollection
public PatchCollection()
Creates an instance of PatchCollection class.
Method Details
fromJson
public static PatchCollection fromJson(JsonReader jsonReader)
Reads an instance of PatchCollection from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: the link to the next page of items.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ContainerAppsPatchResourceInner> value()
Get the value property: Collection of patch resources.
Returns:
withNextLink
public PatchCollection withNextLink(String nextLink)
Set the nextLink property: the link to the next page of items.
Parameters:
Returns:
withValue
public PatchCollection withValue(List<ContainerAppsPatchResourceInner> value)
Set the value property: Collection of patch resources.
Parameters:
Returns: