ScriptExecutionsList Class
- java.
lang. Object - com.
azure. resourcemanager. avs. models. ScriptExecutionsList
- com.
Implements
public final class ScriptExecutionsList
implements JsonSerializable<ScriptExecutionsList>
The response of a ScriptExecution list operation.
Constructor Summary
| Constructor | Description |
|---|---|
| ScriptExecutionsList() |
Creates an instance of Script |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Script |
fromJson(JsonReader jsonReader)
Reads an instance of Script |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Script |
value()
Get the value property: The Script |
|
Script |
withNextLink(String nextLink)
Set the next |
|
Script |
withValue(List<ScriptExecutionInner> value)
Set the value property: The Script |
Methods inherited from java.lang.Object
Constructor Details
ScriptExecutionsList
public ScriptExecutionsList()
Creates an instance of ScriptExecutionsList class.
Method Details
fromJson
public static ScriptExecutionsList fromJson(JsonReader jsonReader)
Reads an instance of ScriptExecutionsList 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<ScriptExecutionInner> value()
Get the value property: The ScriptExecution items on this page.
Returns:
withNextLink
public ScriptExecutionsList withNextLink(String nextLink)
Set the nextLink property: The link to the next page of items.
Parameters:
Returns:
withValue
public ScriptExecutionsList withValue(List<ScriptExecutionInner> value)
Set the value property: The ScriptExecution items on this page.
Parameters:
Returns: