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.
-
Method Summary
Modifier and TypeMethodDescriptionbasePath()Get the basePath property: Gets the workflow trigger callback URL base path.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowTriggerCallbackUrlInner from the JsonReader.method()Get the method property: Gets the workflow trigger callback URL HTTP method.queries()Get the queries property: Gets the workflow trigger callback URL query parameters.Get the relativePath property: Gets the workflow trigger callback URL relative path.Get the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.value()Get the value property: Gets the workflow trigger callback URL.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
value
Get the value property: Gets the workflow trigger callback URL.- Returns:
- the value value.
-
method
Get the method property: Gets the workflow trigger callback URL HTTP method.- Returns:
- the method value.
-
basePath
Get the basePath property: Gets the workflow trigger callback URL base path.- Returns:
- the basePath value.
-
relativePath
Get the relativePath property: Gets the workflow trigger callback URL relative path.- Returns:
- the relativePath value.
-
relativePathParameters
-
queries
Get the queries property: Gets the workflow trigger callback URL query parameters.- Returns:
- the queries value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.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.
-