Class 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
  • Constructor Details

    • DayNote

      public DayNote()
      Instantiates a new DayNote 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

      @Nullable public LocalDate getDayNoteDate()
      Gets the dayNoteDate property value. The date of the day note.
      Returns:
      a LocalDate
    • getDraftDayNote

      @Nullable public ItemBody 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 interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class ChangeTrackedEntity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getSharedDayNote

      @Nullable public ItemBody getSharedDayNote()
      Gets the sharedDayNote property value. The shared version of this day note that is viewable by both employees and managers. Only contentType text is supported.
      Returns:
      a ItemBody
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class ChangeTrackedEntity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setDayNoteDate

      public void setDayNoteDate(@Nullable LocalDate value)
      Sets the dayNoteDate property value. The date of the day note.
      Parameters:
      value - Value to set for the dayNoteDate property.
    • setDraftDayNote

      public void setDraftDayNote(@Nullable ItemBody value)
      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.
    • setSharedDayNote

      public void setSharedDayNote(@Nullable ItemBody value)
      Sets the sharedDayNote property value. The shared version of this day note that is viewable by both employees and managers. Only contentType text is supported.
      Parameters:
      value - Value to set for the sharedDayNote property.