| Package | Description |
|---|---|
| odata.msgraph.client.beta.callRecords.entity |
| Modifier and Type | Method and Description |
|---|---|
CallRecord |
CallRecord.Builder.build() |
CallRecord |
CallRecord.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
CallRecord |
CallRecord.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
CallRecord |
CallRecord.withEndDateTime(OffsetDateTime endDateTime) |
CallRecord |
CallRecord.withJoinWebUrl(String joinWebUrl) |
CallRecord |
CallRecord.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
CallRecord |
CallRecord.withOrganizer(IdentitySet organizer) |
CallRecord |
CallRecord.withStartDateTime(OffsetDateTime startDateTime) |
CallRecord |
CallRecord.withType(CallType type) |
CallRecord |
CallRecord.withVersion(Long version) |
Copyright © 2018–2020. All rights reserved.