RegistrationTokenListInner Class

  • java.lang.Object
    • com.azure.resourcemanager.desktopvirtualization.fluent.models.RegistrationTokenListInner

Implements

public final class RegistrationTokenListInner
implements JsonSerializable<RegistrationTokenListInner>

RegistrationTokenList List of RegistrationToken definitions.

Constructor Summary

Constructor Description
RegistrationTokenListInner()

Creates an instance of RegistrationTokenListInner class.

Method Summary

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

Reads an instance of RegistrationTokenListInner 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<RegistrationTokenMinimal> value()

Get the value property: List of RegistrationToken definitions.

RegistrationTokenListInner withValue(List<RegistrationTokenMinimal> value)

Set the value property: List of RegistrationToken definitions.

Methods inherited from java.lang.Object

Constructor Details

RegistrationTokenListInner

public RegistrationTokenListInner()

Creates an instance of RegistrationTokenListInner class.

Method Details

fromJson

public static RegistrationTokenListInner fromJson(JsonReader jsonReader)

Reads an instance of RegistrationTokenListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RegistrationTokenListInner 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 RegistrationTokenListInner.

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<RegistrationTokenMinimal> value()

Get the value property: List of RegistrationToken definitions.

Returns:

the value value.

withValue

public RegistrationTokenListInner withValue(List<RegistrationTokenMinimal> value)

Set the value property: List of RegistrationToken definitions.

Parameters:

value - the value value to set.

Returns:

the RegistrationTokenListInner object itself.

Applies to