Uses of Class
odata.msgraph.client.beta.entity.FileAttachment.Builder
-
Packages that use FileAttachment.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of FileAttachment.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return FileAttachment.Builder Modifier and Type Method Description static FileAttachment.BuilderFileAttachment. builderFileAttachment()Returns a builder which is used to create a new instance of this class (given that this class is immutable).FileAttachment.BuilderFileAttachment.Builder. contentBytes(byte[] contentBytes)FileAttachment.BuilderFileAttachment.Builder. contentId(String contentId)FileAttachment.BuilderFileAttachment.Builder. contentLocation(String contentLocation)FileAttachment.BuilderFileAttachment.Builder. contentType(String contentType)FileAttachment.BuilderFileAttachment.Builder. id(String id)FileAttachment.BuilderFileAttachment.Builder. isInline(Boolean isInline)FileAttachment.BuilderFileAttachment.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)FileAttachment.BuilderFileAttachment.Builder. name(String name)FileAttachment.BuilderFileAttachment.Builder. size(Integer size)
-