RecurrenceSchedule Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. RecurrenceSchedule
- com.
Implements
public final class RecurrenceSchedule
implements JsonSerializable<RecurrenceSchedule>
The recurrence schedule.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Recurrence |
fromJson(JsonReader jsonReader)
Reads an instance of Recurrence |
| List<Integer> |
hours()
Get the hours property: The hours. |
| List<Integer> |
minutes()
Get the minutes property: The minutes. |
| List<Integer> |
monthDays()
Get the month |
|
List<Recurrence |
monthlyOccurrences()
Get the monthly |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Days |
weekDays()
Get the week |
Methods inherited from java.lang.Object
Method Details
fromJson
public static RecurrenceSchedule fromJson(JsonReader jsonReader)
Reads an instance of RecurrenceSchedule from the JsonReader.
Parameters:
Returns:
Throws:
hours
public List<Integer> hours()
Get the hours property: The hours.
Returns:
minutes
public List<Integer> minutes()
Get the minutes property: The minutes.
Returns:
monthDays
public List<Integer> monthDays()
Get the monthDays property: The month days.
Returns:
monthlyOccurrences
public List<RecurrenceScheduleOccurrence> monthlyOccurrences()
Get the monthlyOccurrences property: The monthly occurrences.
Returns:
toJson
validate
public void validate()
Validates the instance.
weekDays
public List<DaysOfWeek> weekDays()
Get the weekDays property: The days of the week.
Returns: