TriggerReference Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. TriggerReference
- com.
Implements
public final class TriggerReference
implements JsonSerializable<TriggerReference>
Trigger reference type.
Constructor Summary
| Constructor | Description |
|---|---|
| TriggerReference() |
Creates an instance of Trigger |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Trigger |
fromJson(JsonReader jsonReader)
Reads an instance of Trigger |
| String |
referenceName()
Get the reference |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Trigger |
type()
Get the type property: Trigger reference type. |
| void |
validate()
Validates the instance. |
|
Trigger |
withReferenceName(String referenceName)
Set the reference |
|
Trigger |
withType(TriggerReferenceType type)
Set the type property: Trigger reference type. |
Methods inherited from java.lang.Object
Constructor Details
TriggerReference
public TriggerReference()
Creates an instance of TriggerReference class.
Method Details
fromJson
public static TriggerReference fromJson(JsonReader jsonReader)
Reads an instance of TriggerReference from the JsonReader.
Parameters:
Returns:
Throws:
referenceName
public String referenceName()
Get the referenceName property: Reference trigger name.
Returns:
toJson
type
public TriggerReferenceType type()
Get the type property: Trigger reference type.
Returns:
validate
public void validate()
Validates the instance.
withReferenceName
public TriggerReference withReferenceName(String referenceName)
Set the referenceName property: Reference trigger name.
Parameters:
Returns:
withType
public TriggerReference withType(TriggerReferenceType type)
Set the type property: Trigger reference type.
Parameters:
Returns: