ApplicationList Class
- java.
lang. Object - com.
azure. resourcemanager. desktopvirtualization. models. ApplicationList
- com.
Implements
public final class ApplicationList
implements JsonSerializable<ApplicationList>
ApplicationList List of Application definitions.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationList() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Application |
value()
Get the value property: List of Application definitions. |
|
Application |
withValue(List<ApplicationInner> value)
Set the value property: List of Application definitions. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationList
public ApplicationList()
Creates an instance of ApplicationList class.
Method Details
fromJson
public static ApplicationList fromJson(JsonReader jsonReader)
Reads an instance of ApplicationList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to the next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ApplicationInner> value()
Get the value property: List of Application definitions.
Returns:
withValue
public ApplicationList withValue(List<ApplicationInner> value)
Set the value property: List of Application definitions.
Parameters:
Returns: