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