Uses of Class
com.microsoft.graph.models.AuthoredNote
Packages that use AuthoredNote
-
Uses of AuthoredNote in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AuthoredNoteModifier and TypeMethodDescriptionstatic AuthoredNoteAuthoredNote.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type AuthoredNoteModifier and TypeMethodDescriptionSubjectRightsRequest.getNotes()Gets the notes property value.AuthoredNoteCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AuthoredNoteModifier and TypeMethodDescriptionvoidSubjectRightsRequest.setNotes(List<AuthoredNote> value) Sets the notes property value.voidAuthoredNoteCollectionResponse.setValue(List<AuthoredNote> value) Sets the value property value.