Interface WorkflowTriggerCallbackUrl


public interface WorkflowTriggerCallbackUrl
An immutable client-side representation of WorkflowTriggerCallbackUrl.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the basePath property: Gets the workflow trigger callback URL base path.
    Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowTriggerCallbackUrlInner object.
    Gets the method property: Gets the workflow trigger callback URL HTTP method.
    Gets the queries property: Gets the workflow trigger callback URL query parameters.
    Gets the relativePath property: Gets the workflow trigger callback URL relative path.
    Gets the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.
    Gets the value property: Gets the workflow trigger callback URL.
  • Method Details

    • value

      String value()
      Gets the value property: Gets the workflow trigger callback URL.
      Returns:
      the value value.
    • method

      String method()
      Gets the method property: Gets the workflow trigger callback URL HTTP method.
      Returns:
      the method value.
    • basePath

      String basePath()
      Gets the basePath property: Gets the workflow trigger callback URL base path.
      Returns:
      the basePath value.
    • relativePath

      String relativePath()
      Gets the relativePath property: Gets the workflow trigger callback URL relative path.
      Returns:
      the relativePath value.
    • relativePathParameters

      List<String> relativePathParameters()
      Gets the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.
      Returns:
      the relativePathParameters value.
    • queries

      Gets the queries property: Gets the workflow trigger callback URL query parameters.
      Returns:
      the queries value.
    • innerModel

      Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowTriggerCallbackUrlInner object.
      Returns:
      the inner object.