WorkspaceListResult Class
- java.
lang. Object - com.
azure. resourcemanager. quantum. models. WorkspaceListResult
- com.
Implements
public final class WorkspaceListResult
implements JsonSerializable<WorkspaceListResult>
The response of a list Workspaces operation.
Constructor Summary
| Constructor | Description |
|---|---|
| WorkspaceListResult() |
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<Quantum |
value()
Get the value property: Result of a list Workspaces operation. |
|
Workspace |
withNextLink(String nextLink)
Set the next |
|
Workspace |
withValue(List<QuantumWorkspaceInner> value)
Set the value property: Result of a list Workspaces operation. |
Methods inherited from java.lang.Object
Constructor Details
WorkspaceListResult
public WorkspaceListResult()
Creates an instance of WorkspaceListResult class.
Method Details
fromJson
public static WorkspaceListResult fromJson(JsonReader jsonReader)
Reads an instance of WorkspaceListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of Workspaces.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<QuantumWorkspaceInner> value()
Get the value property: Result of a list Workspaces operation.
Returns:
withNextLink
public WorkspaceListResult withNextLink(String nextLink)
Set the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of Workspaces.
Parameters:
Returns:
withValue
public WorkspaceListResult withValue(List<QuantumWorkspaceInner> value)
Set the value property: Result of a list Workspaces operation.
Parameters:
Returns: