Uses of Class
com.microsoft.graph.models.AttachmentBase
Packages that use AttachmentBase
-
Uses of AttachmentBase in com.microsoft.graph.models
Subclasses of AttachmentBase in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return AttachmentBaseModifier and TypeMethodDescriptionstatic AttachmentBaseAttachmentBase.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 AttachmentBaseModifier and TypeMethodDescriptionTodoTask.getAttachments()Gets the attachments property value.AttachmentBaseCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AttachmentBaseModifier and TypeMethodDescriptionvoidTodoTask.setAttachments(List<AttachmentBase> value) Sets the attachments property value.voidAttachmentBaseCollectionResponse.setValue(List<AttachmentBase> value) Sets the value property value.