Class EntityReference

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

public final class EntityReference extends Object
The entity reference.
  • Constructor Details

    • EntityReference

      public EntityReference()
  • Method Details

    • getType

      Get the type property: The type of this referenced entity.
      Returns:
      the type value.
    • setType

      Set the type property: The type of this referenced entity.
      Parameters:
      type - the type value to set.
      Returns:
      the EntityReference object itself.
    • getReferenceName

      public String getReferenceName()
      Get the referenceName property: The name of this referenced entity.
      Returns:
      the referenceName value.
    • setReferenceName

      public EntityReference setReferenceName(String referenceName)
      Set the referenceName property: The name of this referenced entity.
      Parameters:
      referenceName - the referenceName value to set.
      Returns:
      the EntityReference object itself.