Class EntityReference
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.EntityReference
-
public final class EntityReference extends Object
The entity reference.
-
-
Constructor Summary
Constructors Constructor Description EntityReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
referenceName()
Get the referenceName property: The name of this referenced entity.IntegrationRuntimeEntityReferenceType
type()
Get the type property: The type of this referenced entity.void
validate()
Validates the instance.EntityReference
withReferenceName(String referenceName)
Set the referenceName property: The name of this referenced entity.EntityReference
withType(IntegrationRuntimeEntityReferenceType type)
Set the type property: The type of this referenced entity.
-
-
-
Method Detail
-
type
public IntegrationRuntimeEntityReferenceType type()
Get the type property: The type of this referenced entity.- Returns:
- the type value.
-
withType
public EntityReference withType(IntegrationRuntimeEntityReferenceType type)
Set the type property: The type of this referenced entity.- Parameters:
type
- the type value to set.- Returns:
- the EntityReference object itself.
-
referenceName
public String referenceName()
Get the referenceName property: The name of this referenced entity.- Returns:
- the referenceName value.
-
withReferenceName
public EntityReference withReferenceName(String referenceName)
Set the referenceName property: The name of this referenced entity.- Parameters:
referenceName
- the referenceName value to set.- Returns:
- the EntityReference object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-