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 MicrosoftGraphAttachment
MicrosoftGraphAttachment. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: attachment.MicrosoftGraphAttachment
MicrosoftGraphAttachment. withContentType(String contentType)
Set the contentType property: The MIME type.MicrosoftGraphAttachment
MicrosoftGraphAttachment. withId(String id)
Set the id property: Read-only.MicrosoftGraphAttachment
MicrosoftGraphAttachment. withIsInline(Boolean isInline)
Set the isInline property: true if the attachment is an inline attachment; otherwise, false.MicrosoftGraphAttachment
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.MicrosoftGraphAttachment
MicrosoftGraphAttachment. withName(String name)
Set the name property: The attachment's file name.MicrosoftGraphAttachment
MicrosoftGraphAttachment. 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 MicrosoftGraphEvent
MicrosoftGraphEvent. withAttachments(List<MicrosoftGraphAttachment> attachments)
Set the attachments property: The collection of fileAttachment and itemAttachment attachments for the event.MicrosoftGraphMessage
MicrosoftGraphMessage. withAttachments(List<MicrosoftGraphAttachment> attachments)
Set the attachments property: The fileAttachment and itemAttachment attachments for the message.MicrosoftGraphPost
MicrosoftGraphPost. withAttachments(List<MicrosoftGraphAttachment> attachments)
Set the attachments property: Read-only.
-