Uses of Class
odata.msgraph.client.entity.AttachmentSession
-
Packages that use AttachmentSession Package Description odata.msgraph.client.entity -
-
Uses of AttachmentSession in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AttachmentSession Modifier and Type Field Description protected List<AttachmentSession>TodoTask. attachmentSessionsMethods in odata.msgraph.client.entity that return AttachmentSession Modifier and Type Method Description AttachmentSessionAttachmentSession.Builder. build()AttachmentSessionAttachmentSession. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AttachmentSessionAttachmentSession. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AttachmentSessionAttachmentSession. withExpirationDateTime(OffsetDateTime expirationDateTime)AttachmentSessionAttachmentSession. withNextExpectedRanges(List<String> nextExpectedRanges)AttachmentSessionAttachmentSession. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type AttachmentSession Modifier and Type Method Description TodoTask.BuilderTodoTask.Builder. attachmentSessions(AttachmentSession... attachmentSessions)Org.OData.Capabilities.V1.ChangeTrackingMethod parameters in odata.msgraph.client.entity with type arguments of type AttachmentSession Modifier and Type Method Description TodoTask.BuilderTodoTask.Builder. attachmentSessions(List<AttachmentSession> attachmentSessions)Org.OData.Capabilities.V1.ChangeTrackingTodoTaskTodoTask. withAttachmentSessions(List<AttachmentSession> attachmentSessions)Returns an immutable copy ofthiswith just theattachmentSessionsfield changed.
-