Package com.microsoft.graph.models
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
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReflectCheckInResponsecreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the checkInId property value.Gets the checkInTitle property value.Gets the classId property value.Gets the createdDateTime property value.Gets the creatorId property value.The deserialization information for the current modelGets the isClosed property value.Gets the responderId property value.Gets the responseEmotion property value.Gets the responseFeedback property value.Gets the submitDateTime property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetCheckInId(String value) Sets the checkInId property value.voidsetCheckInTitle(String value) Sets the checkInTitle property value.voidsetClassId(String value) Sets the classId property value.voidsetCreatedDateTime(OffsetDateTime value) Sets the createdDateTime property value.voidsetCreatorId(String value) Sets the creatorId property value.voidsetIsClosed(Boolean value) Sets the isClosed property value.voidsetResponderId(String value) Sets the responderId property value.voidSets the responseEmotion property value.voidSets the responseFeedback property value.voidsetSubmitDateTime(OffsetDateTime value) Sets the submitDateTime property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
ReflectCheckInResponse
public ReflectCheckInResponse()Instantiates a newReflectCheckInResponseand 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
Gets the checkInId property value. Identifier for the Reflect check-in.- Returns:
- a
String
-
getCheckInTitle
Gets the checkInTitle property value. The question or prompt of the Reflect check-in that this response addresses.- Returns:
- a
String
-
getClassId
Gets the classId property value. ID of the class associated with the Reflect check-in.- Returns:
- a
String
-
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
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:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classEntity- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getIsClosed
Gets the isClosed property value. Indicates whether the Reflect check-in is closed (true) or open (false).- Returns:
- a
Boolean
-
getResponderId
Gets the responderId property value. ID of the user who responded to the Reflect check-in.- Returns:
- a
String
-
getResponseEmotion
Gets the responseEmotion property value. The responseEmotion property- Returns:
- a
ResponseEmotionType
-
getResponseFeedback
Gets the responseFeedback property value. The responseFeedback property- Returns:
- a
ResponseFeedbackType
-
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 -
setCheckInId
Sets the checkInId property value. Identifier for the Reflect check-in.- Parameters:
value- Value to set for the checkInId property.
-
setCheckInTitle
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
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
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
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
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
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
Sets the responseEmotion property value. The responseEmotion property- Parameters:
value- Value to set for the responseEmotion property.
-
setResponseFeedback
Sets the responseFeedback property value. The responseFeedback property- Parameters:
value- Value to set for the responseFeedback property.
-
setSubmitDateTime
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.
-