Class LinkTableRequest

java.lang.Object
com.azure.analytics.synapse.artifacts.models.LinkTableRequest

public final class LinkTableRequest extends Object
The LinkTableRequest model.
  • Constructor Details

    • LinkTableRequest

      public LinkTableRequest()
  • Method Details

    • getId

      public String getId()
      Get the id property: Link table id.
      Returns:
      the id value.
    • setId

      public LinkTableRequest setId(String id)
      Set the id property: Link table id.
      Parameters:
      id - the id value to set.
      Returns:
      the LinkTableRequest object itself.
    • getSource

      public LinkTableRequestSource getSource()
      Get the source property: Source table properties for link table request.
      Returns:
      the source value.
    • setSource

      public LinkTableRequest setSource(LinkTableRequestSource source)
      Set the source property: Source table properties for link table request.
      Parameters:
      source - the source value to set.
      Returns:
      the LinkTableRequest object itself.
    • getTarget

      public LinkTableRequestTarget getTarget()
      Get the target property: Target table properties for link table request.
      Returns:
      the target value.
    • setTarget

      public LinkTableRequest setTarget(LinkTableRequestTarget target)
      Set the target property: Target table properties for link table request.
      Parameters:
      target - the target value to set.
      Returns:
      the LinkTableRequest object itself.
    • getOperationType

      public String getOperationType()
      Get the operationType property: Link table operation type.
      Returns:
      the operationType value.
    • setOperationType

      public LinkTableRequest setOperationType(String operationType)
      Set the operationType property: Link table operation type.
      Parameters:
      operationType - the operationType value to set.
      Returns:
      the LinkTableRequest object itself.