Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAttachment
-
Packages that use MicrosoftGraphAttachment Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphAttachment Modifier and Type Method Description MicrosoftGraphAttachmentMicrosoftGraphAttachment. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: attachment.MicrosoftGraphAttachmentMicrosoftGraphAttachment. withContentType(String contentType)Set the contentType property: The MIME type.MicrosoftGraphAttachmentMicrosoftGraphAttachment. withId(String id)Set the id property: Read-only.MicrosoftGraphAttachmentMicrosoftGraphAttachment. withIsInline(Boolean isInline)Set the isInline property: true if the attachment is an inline attachment; otherwise, false.MicrosoftGraphAttachmentMicrosoftGraphAttachment. 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.MicrosoftGraphAttachmentMicrosoftGraphAttachment. withName(String name)Set the name property: The attachment's file name.MicrosoftGraphAttachmentMicrosoftGraphAttachment. withSize(Integer size)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 MicrosoftGraphAttachment Modifier and Type Method Description List<MicrosoftGraphAttachment>MicrosoftGraphEvent. attachments()Get the attachments property: The collection of fileAttachment and itemAttachment attachments for the event.List<MicrosoftGraphAttachment>MicrosoftGraphMessage. attachments()Get the attachments property: The fileAttachment and itemAttachment attachments for the message.List<MicrosoftGraphAttachment>MicrosoftGraphPost. attachments()Get the attachments property: Read-only.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphAttachment Modifier and Type Method Description MicrosoftGraphEventMicrosoftGraphEvent. withAttachments(List<MicrosoftGraphAttachment> attachments)Set the attachments property: The collection of fileAttachment and itemAttachment attachments for the event.MicrosoftGraphMessageMicrosoftGraphMessage. withAttachments(List<MicrosoftGraphAttachment> attachments)Set the attachments property: The fileAttachment and itemAttachment attachments for the message.MicrosoftGraphPostMicrosoftGraphPost. withAttachments(List<MicrosoftGraphAttachment> attachments)Set the attachments property: Read-only.
-