Package com.microsoft.graph.models
Class CalendarGroup
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.CalendarGroup
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CalendarGroup
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Calendar Group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Calendars.The Change Key.The Class Id.The Name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
changeKey
The Change Key. Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. -
classId
The Class Id. The class identifier. Read-only. -
name
The Name. The group name. -
calendars
@SerializedName(value="calendars", alternate="Calendars") @Expose @Nullable public CalendarCollectionPage calendarsThe Calendars. The calendars in the calendar group. Navigation property. Read-only. Nullable.
-
-
Constructor Details
-
CalendarGroup
public CalendarGroup()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-