Uses of Class
odata.msgraph.client.entity.AttachmentBase
-
Packages that use AttachmentBase Package Description odata.msgraph.client.entity -
-
Uses of AttachmentBase in odata.msgraph.client.entity
Subclasses of AttachmentBase in odata.msgraph.client.entity Modifier and Type Class Description classTaskFileAttachmentFields in odata.msgraph.client.entity with type parameters of type AttachmentBase Modifier and Type Field Description protected List<AttachmentBase>TodoTask. attachmentsMethods in odata.msgraph.client.entity that return AttachmentBase Modifier and Type Method Description AttachmentBaseAttachmentBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AttachmentBaseAttachmentBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AttachmentBaseAttachmentBase. withContentType(String contentType)AttachmentBaseAttachmentBase. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)AttachmentBaseAttachmentBase. withName(String name)AttachmentBaseAttachmentBase. withSize(Integer size)AttachmentBaseAttachmentBase. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type AttachmentBase Modifier and Type Method Description TodoTask.BuilderTodoTask.Builder. attachments(AttachmentBase... attachments)Org.OData.Capabilities.V1.ChangeTrackingMethod parameters in odata.msgraph.client.entity with type arguments of type AttachmentBase Modifier and Type Method Description TodoTask.BuilderTodoTask.Builder. attachments(List<AttachmentBase> attachments)Org.OData.Capabilities.V1.ChangeTrackingTodoTaskTodoTask. withAttachments(List<AttachmentBase> attachments)Returns an immutable copy ofthiswith just theattachmentsfield changed.
-