ScheduleTriggerRecurrence Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.ScheduleTriggerRecurrence

public final class ScheduleTriggerRecurrence

The workflow trigger recurrence.

Constructor Summary

Constructor Description
ScheduleTriggerRecurrence()

Creates an instance of ScheduleTriggerRecurrence class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: The workflow trigger recurrence.

OffsetDateTime getEndTime()

Get the endTime property: The end time.

RecurrenceFrequency getFrequency()

Get the frequency property: The frequency.

Integer getInterval()

Get the interval property: The interval.

RecurrenceSchedule getSchedule()

Get the schedule property: The recurrence schedule.

OffsetDateTime getStartTime()

Get the startTime property: The start time.

String getTimeZone()

Get the timeZone property: The time zone.

ScheduleTriggerRecurrence setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: The workflow trigger recurrence.

ScheduleTriggerRecurrence setEndTime(OffsetDateTime endTime)

Set the endTime property: The end time.

ScheduleTriggerRecurrence setFrequency(RecurrenceFrequency frequency)

Set the frequency property: The frequency.

ScheduleTriggerRecurrence setInterval(Integer interval)

Set the interval property: The interval.

ScheduleTriggerRecurrence setSchedule(RecurrenceSchedule schedule)

Set the schedule property: The recurrence schedule.

ScheduleTriggerRecurrence setStartTime(OffsetDateTime startTime)

Set the startTime property: The start time.

ScheduleTriggerRecurrence setTimeZone(String timeZone)

Set the timeZone property: The time zone.

Methods inherited from java.lang.Object

Constructor Details

ScheduleTriggerRecurrence

public ScheduleTriggerRecurrence()

Creates an instance of ScheduleTriggerRecurrence class.

Method Details

getAdditionalProperties

public Map getAdditionalProperties()

Get the additionalProperties property: The workflow trigger recurrence.

Returns:

the additionalProperties value.

getEndTime

public OffsetDateTime getEndTime()

Get the endTime property: The end time.

Returns:

the endTime value.

getFrequency

public RecurrenceFrequency getFrequency()

Get the frequency property: The frequency.

Returns:

the frequency value.

getInterval

public Integer getInterval()

Get the interval property: The interval.

Returns:

the interval value.

getSchedule

public RecurrenceSchedule getSchedule()

Get the schedule property: The recurrence schedule.

Returns:

the schedule value.

getStartTime

public OffsetDateTime getStartTime()

Get the startTime property: The start time.

Returns:

the startTime value.

getTimeZone

public String getTimeZone()

Get the timeZone property: The time zone.

Returns:

the timeZone value.

setAdditionalProperties

public ScheduleTriggerRecurrence setAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: The workflow trigger recurrence.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the ScheduleTriggerRecurrence object itself.

setEndTime

public ScheduleTriggerRecurrence setEndTime(OffsetDateTime endTime)

Set the endTime property: The end time.

Parameters:

endTime - the endTime value to set.

Returns:

the ScheduleTriggerRecurrence object itself.

setFrequency

public ScheduleTriggerRecurrence setFrequency(RecurrenceFrequency frequency)

Set the frequency property: The frequency.

Parameters:

frequency - the frequency value to set.

Returns:

the ScheduleTriggerRecurrence object itself.

setInterval

public ScheduleTriggerRecurrence setInterval(Integer interval)

Set the interval property: The interval.

Parameters:

interval - the interval value to set.

Returns:

the ScheduleTriggerRecurrence object itself.

setSchedule

public ScheduleTriggerRecurrence setSchedule(RecurrenceSchedule schedule)

Set the schedule property: The recurrence schedule.

Parameters:

schedule - the schedule value to set.

Returns:

the ScheduleTriggerRecurrence object itself.

setStartTime

public ScheduleTriggerRecurrence setStartTime(OffsetDateTime startTime)

Set the startTime property: The start time.

Parameters:

startTime - the startTime value to set.

Returns:

the ScheduleTriggerRecurrence object itself.

setTimeZone

public ScheduleTriggerRecurrence setTimeZone(String timeZone)

Set the timeZone property: The time zone.

Parameters:

timeZone - the timeZone value to set.

Returns:

the ScheduleTriggerRecurrence object itself.

Applies to