Uses of Class
odata.msgraph.client.beta.enums.AttachmentType
-
Packages that use AttachmentType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of AttachmentType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AttachmentType Modifier and Type Field Description protected AttachmentTypeAttachmentItem. attachmentTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type AttachmentType Modifier and Type Method Description Optional<AttachmentType>AttachmentItem. getAttachmentType()Methods in odata.msgraph.client.beta.complex with parameters of type AttachmentType Modifier and Type Method Description AttachmentItem.BuilderAttachmentItem.Builder. attachmentType(AttachmentType attachmentType)AttachmentItemAttachmentItem. withAttachmentType(AttachmentType attachmentType) -
Uses of AttachmentType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AttachmentType Modifier and Type Method Description static AttachmentTypeAttachmentType. valueOf(String name)Returns 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.
-