Uses of Class
odata.msgraph.client.beta.callRecords.entity.CallRecord
-
Packages that use CallRecord Package Description odata.msgraph.client.beta.callRecords.entity -
-
Uses of CallRecord in odata.msgraph.client.beta.callRecords.entity
Methods in odata.msgraph.client.beta.callRecords.entity that return CallRecord Modifier and Type Method Description CallRecordCallRecord.Builder. build()CallRecordCallRecord. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CallRecordCallRecord. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CallRecordCallRecord. withEndDateTime(OffsetDateTime endDateTime)CallRecordCallRecord. withJoinWebUrl(String joinWebUrl)CallRecordCallRecord. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)CallRecordCallRecord. withModalities(List<Modality> modalities)CallRecordCallRecord. withOrganizer(IdentitySet organizer)CallRecordCallRecord. withParticipants(List<IdentitySet> participants)CallRecordCallRecord. withStartDateTime(OffsetDateTime startDateTime)CallRecordCallRecord. withType(CallType type)CallRecordCallRecord. withUnmappedField(String name, String value)CallRecordCallRecord. withVersion(Long version)
-