Class ReflectCheckInResponse

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ReflectCheckInResponse
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class ReflectCheckInResponse extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • ReflectCheckInResponse

      public ReflectCheckInResponse()
      Instantiates a new ReflectCheckInResponse and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static ReflectCheckInResponse 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 ReflectCheckInResponse
    • getCheckInId

      @Nullable public String getCheckInId()
      Gets the checkInId property value. Identifier for the Reflect check-in.
      Returns:
      a String
    • getCheckInTitle

      @Nullable public String getCheckInTitle()
      Gets the checkInTitle property value. The question or prompt of the Reflect check-in that this response addresses.
      Returns:
      a String
    • getClassId

      @Nullable public String getClassId()
      Gets the classId property value. ID of the class associated with the Reflect check-in.
      Returns:
      a String
    • getCreatedDateTime

      @Nullable public OffsetDateTime getCreatedDateTime()
      Gets the createdDateTime property value. Date and time when the Reflect check-in was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
      Returns:
      a OffsetDateTime
    • getCreatorId

      @Nullable public String getCreatorId()
      Gets the creatorId property value. ID of the user who created the Reflect check-in.
      Returns:
      a String
    • 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 Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getIsClosed

      @Nullable public Boolean getIsClosed()
      Gets the isClosed property value. Indicates whether the Reflect check-in is closed (true) or open (false).
      Returns:
      a Boolean
    • getResponderId

      @Nullable public String getResponderId()
      Gets the responderId property value. ID of the user who responded to the Reflect check-in.
      Returns:
      a String
    • getResponseEmotion

      @Nullable public ResponseEmotionType getResponseEmotion()
      Gets the responseEmotion property value. The responseEmotion property
      Returns:
      a ResponseEmotionType
    • getResponseFeedback

      @Nullable public ResponseFeedbackType getResponseFeedback()
      Gets the responseFeedback property value. The responseFeedback property
      Returns:
      a ResponseFeedbackType
    • getSubmitDateTime

      @Nullable public OffsetDateTime getSubmitDateTime()
      Gets the submitDateTime property value. Date and time when the response to the Reflect check-in was submitted. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
      Returns:
      a OffsetDateTime
    • 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 Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCheckInId

      public void setCheckInId(@Nullable String value)
      Sets the checkInId property value. Identifier for the Reflect check-in.
      Parameters:
      value - Value to set for the checkInId property.
    • setCheckInTitle

      public void setCheckInTitle(@Nullable String value)
      Sets the checkInTitle property value. The question or prompt of the Reflect check-in that this response addresses.
      Parameters:
      value - Value to set for the checkInTitle property.
    • setClassId

      public void setClassId(@Nullable String value)
      Sets the classId property value. ID of the class associated with the Reflect check-in.
      Parameters:
      value - Value to set for the classId property.
    • setCreatedDateTime

      public void setCreatedDateTime(@Nullable OffsetDateTime value)
      Sets the createdDateTime property value. Date and time when the Reflect check-in was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
      Parameters:
      value - Value to set for the createdDateTime property.
    • setCreatorId

      public void setCreatorId(@Nullable String value)
      Sets the creatorId property value. ID of the user who created the Reflect check-in.
      Parameters:
      value - Value to set for the creatorId property.
    • setIsClosed

      public void setIsClosed(@Nullable Boolean value)
      Sets the isClosed property value. Indicates whether the Reflect check-in is closed (true) or open (false).
      Parameters:
      value - Value to set for the isClosed property.
    • setResponderId

      public void setResponderId(@Nullable String value)
      Sets the responderId property value. ID of the user who responded to the Reflect check-in.
      Parameters:
      value - Value to set for the responderId property.
    • setResponseEmotion

      public void setResponseEmotion(@Nullable ResponseEmotionType value)
      Sets the responseEmotion property value. The responseEmotion property
      Parameters:
      value - Value to set for the responseEmotion property.
    • setResponseFeedback

      public void setResponseFeedback(@Nullable ResponseFeedbackType value)
      Sets the responseFeedback property value. The responseFeedback property
      Parameters:
      value - Value to set for the responseFeedback property.
    • setSubmitDateTime

      public void setSubmitDateTime(@Nullable OffsetDateTime value)
      Sets the submitDateTime property value. Date and time when the response to the Reflect check-in was submitted. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
      Parameters:
      value - Value to set for the submitDateTime property.