RecurrenceScheduleOccurrence Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. RecurrenceScheduleOccurrence
- com.
Implements
public final class RecurrenceScheduleOccurrence
implements JsonSerializable<RecurrenceScheduleOccurrence>
The recurrence schedule occurrence.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Day |
day()
Get the day property: The day of the week. |
|
static
Recurrence |
fromJson(JsonReader jsonReader)
Reads an instance of Recurrence |
| Integer |
occurrence()
Get the occurrence property: The occurrence. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
day
public DayOfWeek day()
Get the day property: The day of the week.
Returns:
fromJson
public static RecurrenceScheduleOccurrence fromJson(JsonReader jsonReader)
Reads an instance of RecurrenceScheduleOccurrence from the JsonReader.
Parameters:
Returns:
Throws:
occurrence
public Integer occurrence()
Get the occurrence property: The occurrence.
Returns:
toJson
validate
public void validate()
Validates the instance.