WorkspaceInfoListResult Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. WorkspaceInfoListResult
- com.
Implements
public final class WorkspaceInfoListResult
implements JsonSerializable<WorkspaceInfoListResult>
List of workspaces.
Constructor Summary
| Constructor | Description |
|---|---|
| WorkspaceInfoListResult() |
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 workspaces. |
|
Workspace |
withNextLink(String nextLink)
Set the next |
|
Workspace |
withValue(List<WorkspaceInner> value)
Set the value property: List of workspaces. |
Methods inherited from java.lang.Object
Constructor Details
WorkspaceInfoListResult
public WorkspaceInfoListResult()
Creates an instance of WorkspaceInfoListResult class.
Method Details
fromJson
public static WorkspaceInfoListResult fromJson(JsonReader jsonReader)
Reads an instance of WorkspaceInfoListResult 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 workspaces.
Returns:
withNextLink
public WorkspaceInfoListResult withNextLink(String nextLink)
Set the nextLink property: Link to the next page of results.
Parameters:
Returns:
withValue
public WorkspaceInfoListResult withValue(List<WorkspaceInner> value)
Set the value property: List of workspaces.
Parameters:
Returns: