ApplicationList Class

  • java.lang.Object
    • com.azure.resourcemanager.desktopvirtualization.models.ApplicationList

Implements

public final class ApplicationList
implements JsonSerializable<ApplicationList>

ApplicationList List of Application definitions.

Constructor Summary

Constructor Description
ApplicationList()

Creates an instance of ApplicationList class.

Method Summary

Modifier and Type Method and Description
static ApplicationList fromJson(JsonReader jsonReader)

Reads an instance of ApplicationList from the JsonReader.

String nextLink()

Get the nextLink property: Link to the next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ApplicationInner> value()

Get the value property: List of Application definitions.

ApplicationList 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationList if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ApplicationList.

nextLink

public String nextLink()

Get the nextLink property: Link to the next page of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ApplicationInner> value()

Get the value property: List of Application definitions.

Returns:

the value value.

withValue

public ApplicationList withValue(List<ApplicationInner> value)

Set the value property: List of Application definitions.

Parameters:

value - the value value to set.

Returns:

the ApplicationList object itself.

Applies to