public class RecurrencePattern
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
dayOfMonth
The Day Of Month.
|
java.util.List<DayOfWeek> |
daysOfWeek
The Days Of Week.
|
DayOfWeek |
firstDayOfWeek
The First Day Of Week.
|
WeekIndex |
index
The Index.
|
java.lang.Integer |
interval
The Interval.
|
java.lang.Integer |
month
The Month.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
RecurrencePatternType |
type
The Type.
|
| Constructor and Description |
|---|
RecurrencePattern() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="dayOfMonth",
alternate="DayOfMonth")
@Expose
@Nullable
public java.lang.Integer dayOfMonth
@SerializedName(value="daysOfWeek",
alternate="DaysOfWeek")
@Expose
@Nullable
public java.util.List<DayOfWeek> daysOfWeek
@SerializedName(value="firstDayOfWeek",
alternate="FirstDayOfWeek")
@Expose
@Nullable
public DayOfWeek firstDayOfWeek
@SerializedName(value="index",
alternate="Index")
@Expose
@Nullable
public WeekIndex index
@SerializedName(value="interval",
alternate="Interval")
@Expose
@Nullable
public java.lang.Integer interval
@SerializedName(value="month",
alternate="Month")
@Expose
@Nullable
public java.lang.Integer month
@SerializedName(value="type",
alternate="Type")
@Expose
@Nullable
public RecurrencePatternType type
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to