Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAttachment
Packages that use MicrosoftGraphAttachment
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphAttachment in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAttachmentModifier and TypeMethodDescriptionMicrosoftGraphAttachment.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: attachment.MicrosoftGraphAttachment.withContentType(String contentType) Set the contentType property: The MIME type.Set the id property: Read-only.MicrosoftGraphAttachment.withIsInline(Boolean isInline) Set the isInline property: true if the attachment is an inline attachment; otherwise, false.MicrosoftGraphAttachment.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.Set the name property: The attachment's file name.Set the size property: The length of the attachment in bytes.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAttachmentModifier and TypeMethodDescriptionMicrosoftGraphEvent.attachments()Get the attachments property: The collection of fileAttachment and itemAttachment attachments for the event.MicrosoftGraphMessage.attachments()Get the attachments property: The fileAttachment and itemAttachment attachments for the message.MicrosoftGraphPost.attachments()Get the attachments property: Read-only.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphAttachmentModifier and TypeMethodDescriptionMicrosoftGraphEvent.withAttachments(List<MicrosoftGraphAttachment> attachments) Set the attachments property: The collection of fileAttachment and itemAttachment attachments for the event.MicrosoftGraphMessage.withAttachments(List<MicrosoftGraphAttachment> attachments) Set the attachments property: The fileAttachment and itemAttachment attachments for the message.MicrosoftGraphPost.withAttachments(List<MicrosoftGraphAttachment> attachments) Set the attachments property: Read-only.