LinkTableRequest Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. LinkTableRequest
- com.
Implements
public final class LinkTableRequest
implements JsonSerializable<LinkTableRequest>
The LinkTableRequest model.
Constructor Summary
| Constructor | Description |
|---|---|
| LinkTableRequest() |
Creates an instance of Link |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Link |
fromJson(JsonReader jsonReader)
Reads an instance of Link |
| String |
getId()
Get the id property: Link table id. |
| String |
getOperationType()
Get the operation |
|
Link |
getSource()
Get the source property: Source table properties for link table request. |
|
Link |
getTarget()
Get the target property: Target table properties for link table request. |
|
Link |
setId(String id)
Set the id property: Link table id. |
|
Link |
setOperationType(String operationType)
Set the operation |
|
Link |
setSource(LinkTableRequestSource source)
Set the source property: Source table properties for link table request. |
|
Link |
setTarget(LinkTableRequestTarget target)
Set the target property: Target table properties for link table request. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
LinkTableRequest
public LinkTableRequest()
Creates an instance of LinkTableRequest class.
Method Details
fromJson
public static LinkTableRequest fromJson(JsonReader jsonReader)
Reads an instance of LinkTableRequest from the JsonReader.
Parameters:
Returns:
Throws:
getId
public String getId()
Get the id property: Link table id.
Returns:
getOperationType
public String getOperationType()
Get the operationType property: Link table operation type.
Returns:
getSource
public LinkTableRequestSource getSource()
Get the source property: Source table properties for link table request.
Returns:
getTarget
public LinkTableRequestTarget getTarget()
Get the target property: Target table properties for link table request.
Returns:
setId
public LinkTableRequest setId(String id)
Set the id property: Link table id.
Parameters:
Returns:
setOperationType
public LinkTableRequest setOperationType(String operationType)
Set the operationType property: Link table operation type.
Parameters:
Returns:
setSource
public LinkTableRequest setSource(LinkTableRequestSource source)
Set the source property: Source table properties for link table request.
Parameters:
Returns:
setTarget
public LinkTableRequest setTarget(LinkTableRequestTarget target)
Set the target property: Target table properties for link table request.
Parameters:
Returns: