Package com.microsoft.graph.models
Class DayNote
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ChangeTrackedEntity
com.microsoft.graph.models.DayNote
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class DayNote
extends ChangeTrackedEntity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DayNote
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the dayNoteDate property value.Gets the draftDayNote property value.The deserialization information for the current modelGets the sharedDayNote property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setDayNoteDate
(LocalDate value) Sets the dayNoteDate property value.void
setDraftDayNote
(ItemBody value) Sets the draftDayNote property value.void
setSharedDayNote
(ItemBody value) Sets the sharedDayNote property value.Methods inherited from class com.microsoft.graph.models.ChangeTrackedEntity
getCreatedBy, getCreatedDateTime, getLastModifiedBy, getLastModifiedDateTime, setCreatedBy, setCreatedDateTime, setLastModifiedBy, setLastModifiedDateTime
Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
DayNote
public DayNote()Instantiates a newDayNote
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static DayNote createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode
- The parse node to use to read the discriminator value and create the object- Returns:
- a
DayNote
-
getDayNoteDate
Gets the dayNoteDate property value. The date of the day note.- Returns:
- a
LocalDate
-
getDraftDayNote
Gets the draftDayNote property value. The draft version of this day note that is viewable by managers. Only contentType text is supported.- Returns:
- a
ItemBody
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializers
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classChangeTrackedEntity
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serialize
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
serialize
in classChangeTrackedEntity
- Parameters:
writer
- Serialization writer to use to serialize this model
-
setDayNoteDate
Sets the dayNoteDate property value. The date of the day note.- Parameters:
value
- Value to set for the dayNoteDate property.
-
setDraftDayNote
Sets the draftDayNote property value. The draft version of this day note that is viewable by managers. Only contentType text is supported.- Parameters:
value
- Value to set for the draftDayNote property.
-