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 Summary
ConstructorsConstructorDescriptionCreates an instance of WorkflowTriggerCallbackUrlInner class. -
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.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) void
validate()
Validates the instance.value()
Get the value property: Gets the workflow trigger callback URL.Set the queries property: Gets the workflow trigger callback URL query parameters.withRelativePathParameters
(List<String> relativePathParameters) Set the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
WorkflowTriggerCallbackUrlInner
public WorkflowTriggerCallbackUrlInner()Creates an instance of WorkflowTriggerCallbackUrlInner class.
-
-
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
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
- Specified by:
toJson
in 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.
-