Class WorkflowTriggerCallbackUrlInner

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.WorkflowTriggerCallbackUrlInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<WorkflowTriggerCallbackUrlInner>

public final class WorkflowTriggerCallbackUrlInner extends Object implements com.azure.json.JsonSerializable<WorkflowTriggerCallbackUrlInner>
The workflow trigger callback URL.
  • Constructor Details

    • WorkflowTriggerCallbackUrlInner

      public WorkflowTriggerCallbackUrlInner()
      Creates an instance of WorkflowTriggerCallbackUrlInner class.
  • Method Details

    • value

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

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

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

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

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

      public WorkflowTriggerCallbackUrlInner withRelativePathParameters(List<String> relativePathParameters)
      Set the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.
      Parameters:
      relativePathParameters - the relativePathParameters value to set.
      Returns:
      the WorkflowTriggerCallbackUrlInner object itself.
    • queries

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

      Set the queries property: Gets the workflow trigger callback URL query parameters.
      Parameters:
      queries - the queries value to set.
      Returns:
      the WorkflowTriggerCallbackUrlInner object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<WorkflowTriggerCallbackUrlInner>
      Throws:
      IOException
    • fromJson

      public static WorkflowTriggerCallbackUrlInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of WorkflowTriggerCallbackUrlInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of WorkflowTriggerCallbackUrlInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the WorkflowTriggerCallbackUrlInner.