Uses of Class
odata.msgraph.client.complex.AttachmentItem
-
Packages that use AttachmentItem Package Description odata.msgraph.client.complex odata.msgraph.client.entity.collection.request -
-
Uses of AttachmentItem in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AttachmentItem Modifier and Type Method Description AttachmentItemAttachmentItem.Builder. build()AttachmentItemAttachmentItem. withAttachmentType(AttachmentType attachmentType)AttachmentItemAttachmentItem. withContentId(String contentId)AttachmentItemAttachmentItem. withContentType(String contentType)AttachmentItemAttachmentItem. withIsInline(Boolean isInline)AttachmentItemAttachmentItem. withName(String name)AttachmentItemAttachmentItem. withSize(Long size)AttachmentItemAttachmentItem. withUnmappedField(String name, Object value) -
Uses of AttachmentItem in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request with parameters of type AttachmentItem Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<UploadSession>AttachmentCollectionRequest. createUploadSession(AttachmentItem attachmentItem)
-