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