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