AdditionalWorkspacesProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. AdditionalWorkspacesProperties
- com.
Implements
public final class AdditionalWorkspacesProperties
implements JsonSerializable<AdditionalWorkspacesProperties>
Properties of the additional workspaces.
Constructor Summary
| Constructor | Description |
|---|---|
| AdditionalWorkspacesProperties() |
Creates an instance of Additional |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Additional |
dataTypes()
Get the data |
|
static
Additional |
fromJson(JsonReader jsonReader)
Reads an instance of Additional |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Additional |
type()
Get the type property: Workspace type. |
| void |
validate()
Validates the instance. |
|
Additional |
withDataTypes(List<AdditionalWorkspaceDataType> dataTypes)
Set the data |
|
Additional |
withType(AdditionalWorkspaceType type)
Set the type property: Workspace type. |
|
Additional |
withWorkspace(String workspace)
Set the workspace property: Workspace resource id. |
| String |
workspace()
Get the workspace property: Workspace resource id. |
Methods inherited from java.lang.Object
Constructor Details
AdditionalWorkspacesProperties
public AdditionalWorkspacesProperties()
Creates an instance of AdditionalWorkspacesProperties class.
Method Details
dataTypes
public List<AdditionalWorkspaceDataType> dataTypes()
Get the dataTypes property: List of data types sent to workspace.
Returns:
fromJson
public static AdditionalWorkspacesProperties fromJson(JsonReader jsonReader)
Reads an instance of AdditionalWorkspacesProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public AdditionalWorkspaceType type()
Get the type property: Workspace type.
Returns:
validate
public void validate()
Validates the instance.
withDataTypes
public AdditionalWorkspacesProperties withDataTypes(List<AdditionalWorkspaceDataType> dataTypes)
Set the dataTypes property: List of data types sent to workspace.
Parameters:
Returns:
withType
public AdditionalWorkspacesProperties withType(AdditionalWorkspaceType type)
Set the type property: Workspace type.
Parameters:
Returns:
withWorkspace
public AdditionalWorkspacesProperties withWorkspace(String workspace)
Set the workspace property: Workspace resource id.
Parameters:
Returns:
workspace
public String workspace()
Get the workspace property: Workspace resource id.
Returns: