WorkflowTriggerRecurrence Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. WorkflowTriggerRecurrence
- com.
Implements
public final class WorkflowTriggerRecurrence
implements JsonSerializable<WorkflowTriggerRecurrence>
The workflow trigger recurrence.
Constructor Summary
Constructor | Description |
---|---|
WorkflowTriggerRecurrence() |
Creates an instance of Workflow |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
endTime()
Get the end |
Recurrence |
frequency()
Get the frequency property: The frequency. |
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
Integer |
interval()
Get the interval property: The interval. |
Recurrence |
schedule()
Get the schedule property: The recurrence schedule. |
String |
startTime()
Get the start |
String |
timeZone()
Get the time |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Workflow |
withEndTime(String endTime)
Set the end |
Workflow |
withFrequency(RecurrenceFrequency frequency)
Set the frequency property: The frequency. |
Workflow |
withInterval(Integer interval)
Set the interval property: The interval. |
Workflow |
withSchedule(RecurrenceSchedule schedule)
Set the schedule property: The recurrence schedule. |
Workflow |
withStartTime(String startTime)
Set the start |
Workflow |
withTimeZone(String timeZone)
Set the time |
Methods inherited from java.lang.Object
Constructor Details
WorkflowTriggerRecurrence
public WorkflowTriggerRecurrence()
Creates an instance of WorkflowTriggerRecurrence class.
Method Details
endTime
public String endTime()
Get the endTime property: The end time.
Returns:
frequency
public RecurrenceFrequency frequency()
Get the frequency property: The frequency.
Returns:
fromJson
public static WorkflowTriggerRecurrence fromJson(JsonReader jsonReader)
Reads an instance of WorkflowTriggerRecurrence from the JsonReader.
Parameters:
Returns:
Throws:
interval
public Integer interval()
Get the interval property: The interval.
Returns:
schedule
public RecurrenceSchedule schedule()
Get the schedule property: The recurrence schedule.
Returns:
startTime
public String startTime()
Get the startTime property: The start time.
Returns:
timeZone
public String timeZone()
Get the timeZone property: The time zone.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEndTime
public WorkflowTriggerRecurrence withEndTime(String endTime)
Set the endTime property: The end time.
Parameters:
Returns:
withFrequency
public WorkflowTriggerRecurrence withFrequency(RecurrenceFrequency frequency)
Set the frequency property: The frequency.
Parameters:
Returns:
withInterval
public WorkflowTriggerRecurrence withInterval(Integer interval)
Set the interval property: The interval.
Parameters:
Returns:
withSchedule
public WorkflowTriggerRecurrence withSchedule(RecurrenceSchedule schedule)
Set the schedule property: The recurrence schedule.
Parameters:
Returns:
withStartTime
public WorkflowTriggerRecurrence withStartTime(String startTime)
Set the startTime property: The start time.
Parameters:
Returns:
withTimeZone
public WorkflowTriggerRecurrence withTimeZone(String timeZone)
Set the timeZone property: The time zone.
Parameters:
Returns:
Applies to
Azure SDK for Java