ChangeList Class
- java.
lang. Object - com.
azure. resourcemanager. changeanalysis. models. ChangeList
- com.
Implements
public final class ChangeList
implements JsonSerializable<ChangeList>
The list of detected changes.
Constructor Summary
| Constructor | Description |
|---|---|
| ChangeList() |
Creates an instance of Change |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Change |
fromJson(JsonReader jsonReader)
Reads an instance of Change |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Change |
value()
Get the value property: The list of changes. |
|
Change |
withNextLink(String nextLink)
Set the next |
|
Change |
withValue(List<ChangeInner> value)
Set the value property: The list of changes. |
Methods inherited from java.lang.Object
Constructor Details
ChangeList
public ChangeList()
Creates an instance of ChangeList class.
Method Details
fromJson
public static ChangeList fromJson(JsonReader jsonReader)
Reads an instance of ChangeList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI that can be used to request the next page of changes.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ChangeInner> value()
Get the value property: The list of changes.
Returns:
withNextLink
public ChangeList withNextLink(String nextLink)
Set the nextLink property: The URI that can be used to request the next page of changes.
Parameters:
Returns:
withValue
public ChangeList withValue(List<ChangeInner> value)
Set the value property: The list of changes.
Parameters:
Returns: