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