Class TriggerFilterParameters

java.lang.Object
com.azure.resourcemanager.datafactory.models.TriggerFilterParameters

public final class TriggerFilterParameters extends Object
Query parameters for triggers.
  • Constructor Details

    • TriggerFilterParameters

      public TriggerFilterParameters()
  • Method Details

    • continuationToken

      public String continuationToken()
      Get the continuationToken property: The continuation token for getting the next page of results. Null for first page.
      Returns:
      the continuationToken value.
    • withContinuationToken

      public TriggerFilterParameters withContinuationToken(String continuationToken)
      Set the continuationToken property: The continuation token for getting the next page of results. Null for first page.
      Parameters:
      continuationToken - the continuationToken value to set.
      Returns:
      the TriggerFilterParameters object itself.
    • parentTriggerName

      public String parentTriggerName()
      Get the parentTriggerName property: The name of the parent TumblingWindowTrigger to get the child rerun triggers.
      Returns:
      the parentTriggerName value.
    • withParentTriggerName

      public TriggerFilterParameters withParentTriggerName(String parentTriggerName)
      Set the parentTriggerName property: The name of the parent TumblingWindowTrigger to get the child rerun triggers.
      Parameters:
      parentTriggerName - the parentTriggerName value to set.
      Returns:
      the TriggerFilterParameters object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.