RegistrationTokenListInner Class
- java.
lang. Object - com.
azure. resourcemanager. desktopvirtualization. fluent. models. RegistrationTokenListInner
- com.
Implements
public final class RegistrationTokenListInner
implements JsonSerializable<RegistrationTokenListInner>
RegistrationTokenList List of RegistrationToken definitions.
Constructor Summary
| Constructor | Description |
|---|---|
| RegistrationTokenListInner() |
Creates an instance of Registration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Registration |
fromJson(JsonReader jsonReader)
Reads an instance of Registration |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Registration |
value()
Get the value property: List of Registration |
|
Registration |
withValue(List<RegistrationTokenMinimal> value)
Set the value property: List of Registration |
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:
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<RegistrationTokenMinimal> value()
Get the value property: List of RegistrationToken definitions.
Returns:
withValue
public RegistrationTokenListInner withValue(List<RegistrationTokenMinimal> value)
Set the value property: List of RegistrationToken definitions.
Parameters:
Returns: