Uses of Enum
com.microsoft.graph.models.AttachmentType
Packages that use AttachmentType
-
Uses of AttachmentType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AttachmentTypeModifier and TypeMethodDescriptionstatic AttachmentTypeAttachmentInfo.getAttachmentType()Gets the attachmentType property value.AttachmentItem.getAttachmentType()Gets the attachmentType property value.static AttachmentTypeReturns the enum constant of this type with the specified name.static AttachmentType[]AttachmentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type AttachmentTypeModifier and TypeMethodDescriptionvoidAttachmentInfo.setAttachmentType(AttachmentType value) Sets the attachmentType property value.voidAttachmentItem.setAttachmentType(AttachmentType value) Sets the attachmentType property value.