Package com.microsoft.graph.models
Class SpeakerAssignmentSubmission
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.SpeakerAssignmentSubmission
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class SpeakerAssignmentSubmission
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 SpeakerAssignmentSubmissioncreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the assignmentId property value.Gets the averageWordsPerMinutePace property value.Gets the classId property value.The deserialization information for the current modelGets the fillerWordsOccurrencesCount property value.Gets the incorrectCameraDistanceOccurrencesCount property value.Gets the lengthOfSubmissionInSeconds property value.Gets the lostEyeContactOccurrencesCount property value.Gets the monotoneOccurrencesCount property value.Gets the nonInclusiveLanguageOccurrencesCount property value.Gets the obstructedViewOccurrencesCount property value.Gets the repetitiveLanguageOccurrencesCount property value.Gets the studentId property value.Gets the submissionDateTime property value.Gets the submissionId property value.Gets the topFillerWords property value.Gets the topMispronouncedWords property value.Gets the topNonInclusiveWordsAndPhrases property value.Gets the topRepetitiveWordsAndPhrases property value.Gets the wordsSpokenCount property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetAssignmentId(String value) Sets the assignmentId property value.voidsetAverageWordsPerMinutePace(Long value) Sets the averageWordsPerMinutePace property value.voidsetClassId(String value) Sets the classId property value.voidSets the fillerWordsOccurrencesCount property value.voidSets the incorrectCameraDistanceOccurrencesCount property value.voidSets the lengthOfSubmissionInSeconds property value.voidSets the lostEyeContactOccurrencesCount property value.voidsetMonotoneOccurrencesCount(Long value) Sets the monotoneOccurrencesCount property value.voidSets the nonInclusiveLanguageOccurrencesCount property value.voidSets the obstructedViewOccurrencesCount property value.voidSets the repetitiveLanguageOccurrencesCount property value.voidsetStudentId(String value) Sets the studentId property value.voidSets the submissionDateTime property value.voidsetSubmissionId(String value) Sets the submissionId property value.voidsetTopFillerWords(List<String> value) Sets the topFillerWords property value.voidsetTopMispronouncedWords(List<String> value) Sets the topMispronouncedWords property value.voidSets the topNonInclusiveWordsAndPhrases property value.voidSets the topRepetitiveWordsAndPhrases property value.voidsetWordsSpokenCount(Long value) Sets the wordsSpokenCount property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
SpeakerAssignmentSubmission
public SpeakerAssignmentSubmission()Instantiates a newSpeakerAssignmentSubmissionand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static SpeakerAssignmentSubmission 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
SpeakerAssignmentSubmission
-
getAssignmentId
Gets the assignmentId property value. ID of the assignment with which this submission is associated.- Returns:
- a
String
-
getAverageWordsPerMinutePace
Gets the averageWordsPerMinutePace property value. The average speaking pace of the student, measured in words per minute.- Returns:
- a
Long
-
getClassId
Gets the classId property value. ID of the class this speaker progress is associated with.- 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>>
-
getFillerWordsOccurrencesCount
Gets the fillerWordsOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for using a filler word.- Returns:
- a
Long
-
getIncorrectCameraDistanceOccurrencesCount
Gets the incorrectCameraDistanceOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for being either too close or too far away from the camera.- Returns:
- a
Long
-
getLengthOfSubmissionInSeconds
Gets the lengthOfSubmissionInSeconds property value. The length of the student submission in seconds.- Returns:
- a
Double
-
getLostEyeContactOccurrencesCount
Gets the lostEyeContactOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for losing eye contact with the camera.- Returns:
- a
Long
-
getMonotoneOccurrencesCount
Gets the monotoneOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for speaking in monotone.- Returns:
- a
Long
-
getNonInclusiveLanguageOccurrencesCount
Gets the nonInclusiveLanguageOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for using non-inclusive or sensitive language.- Returns:
- a
Long
-
getObstructedViewOccurrencesCount
Gets the obstructedViewOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for obstructing the view of their face.- Returns:
- a
Long
-
getRepetitiveLanguageOccurrencesCount
Gets the repetitiveLanguageOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for using repetitive language.- Returns:
- a
Long
-
getStudentId
Gets the studentId property value. ID of the user this speaker progress is associated with.- Returns:
- a
String
-
getSubmissionDateTime
Gets the submissionDateTime property value. Date and time of the submission this speaker progress is associated with. 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
-
getSubmissionId
Gets the submissionId property value. ID of the submission this speaker progress is associated with.- Returns:
- a
String
-
getTopFillerWords
Gets the topFillerWords property value. The filler words used most by the student. -
getTopMispronouncedWords
Gets the topMispronouncedWords property value. The words mispronounced most by the student. -
getTopNonInclusiveWordsAndPhrases
Gets the topNonInclusiveWordsAndPhrases property value. The non-inclusive or sensitive words and phrases most used by the student. -
getTopRepetitiveWordsAndPhrases
Gets the topRepetitiveWordsAndPhrases property value. The words and phrases most repeated by the student. -
getWordsSpokenCount
Gets the wordsSpokenCount property value. Total number of words spoken by the student in the submission.- Returns:
- a
Long
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setAssignmentId
Sets the assignmentId property value. ID of the assignment with which this submission is associated.- Parameters:
value- Value to set for the assignmentId property.
-
setAverageWordsPerMinutePace
Sets the averageWordsPerMinutePace property value. The average speaking pace of the student, measured in words per minute.- Parameters:
value- Value to set for the averageWordsPerMinutePace property.
-
setClassId
Sets the classId property value. ID of the class this speaker progress is associated with.- Parameters:
value- Value to set for the classId property.
-
setFillerWordsOccurrencesCount
Sets the fillerWordsOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for using a filler word.- Parameters:
value- Value to set for the fillerWordsOccurrencesCount property.
-
setIncorrectCameraDistanceOccurrencesCount
Sets the incorrectCameraDistanceOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for being either too close or too far away from the camera.- Parameters:
value- Value to set for the incorrectCameraDistanceOccurrencesCount property.
-
setLengthOfSubmissionInSeconds
Sets the lengthOfSubmissionInSeconds property value. The length of the student submission in seconds.- Parameters:
value- Value to set for the lengthOfSubmissionInSeconds property.
-
setLostEyeContactOccurrencesCount
Sets the lostEyeContactOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for losing eye contact with the camera.- Parameters:
value- Value to set for the lostEyeContactOccurrencesCount property.
-
setMonotoneOccurrencesCount
Sets the monotoneOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for speaking in monotone.- Parameters:
value- Value to set for the monotoneOccurrencesCount property.
-
setNonInclusiveLanguageOccurrencesCount
Sets the nonInclusiveLanguageOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for using non-inclusive or sensitive language.- Parameters:
value- Value to set for the nonInclusiveLanguageOccurrencesCount property.
-
setObstructedViewOccurrencesCount
Sets the obstructedViewOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for obstructing the view of their face.- Parameters:
value- Value to set for the obstructedViewOccurrencesCount property.
-
setRepetitiveLanguageOccurrencesCount
Sets the repetitiveLanguageOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for using repetitive language.- Parameters:
value- Value to set for the repetitiveLanguageOccurrencesCount property.
-
setStudentId
Sets the studentId property value. ID of the user this speaker progress is associated with.- Parameters:
value- Value to set for the studentId property.
-
setSubmissionDateTime
Sets the submissionDateTime property value. Date and time of the submission this speaker progress is associated with. 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 submissionDateTime property.
-
setSubmissionId
Sets the submissionId property value. ID of the submission this speaker progress is associated with.- Parameters:
value- Value to set for the submissionId property.
-
setTopFillerWords
Sets the topFillerWords property value. The filler words used most by the student.- Parameters:
value- Value to set for the topFillerWords property.
-
setTopMispronouncedWords
Sets the topMispronouncedWords property value. The words mispronounced most by the student.- Parameters:
value- Value to set for the topMispronouncedWords property.
-
setTopNonInclusiveWordsAndPhrases
Sets the topNonInclusiveWordsAndPhrases property value. The non-inclusive or sensitive words and phrases most used by the student.- Parameters:
value- Value to set for the topNonInclusiveWordsAndPhrases property.
-
setTopRepetitiveWordsAndPhrases
Sets the topRepetitiveWordsAndPhrases property value. The words and phrases most repeated by the student.- Parameters:
value- Value to set for the topRepetitiveWordsAndPhrases property.
-
setWordsSpokenCount
Sets the wordsSpokenCount property value. Total number of words spoken by the student in the submission.- Parameters:
value- Value to set for the wordsSpokenCount property.
-