Uses of Class
odata.msgraph.client.beta.callRecords.entity.Session
-
Packages that use Session Package Description odata.msgraph.client.beta.callRecords.entity -
-
Uses of Session in odata.msgraph.client.beta.callRecords.entity
Methods in odata.msgraph.client.beta.callRecords.entity that return Session Modifier and Type Method Description SessionSession.Builder. build()SessionSession. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SessionSession. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SessionSession. withCallee(Endpoint callee)SessionSession. withCaller(Endpoint caller)SessionSession. withEndDateTime(OffsetDateTime endDateTime)SessionSession. withFailureInfo(FailureInfo failureInfo)SessionSession. withModalities(List<Modality> modalities)SessionSession. withStartDateTime(OffsetDateTime startDateTime)SessionSession. withUnmappedField(String name, String value)
-