Uses of Class
odata.msgraph.client.beta.enums.CallDisposition
-
Packages that use CallDisposition Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request odata.msgraph.client.beta.enums -
-
Uses of CallDisposition in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity with parameters of type CallDisposition Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCall. redirect(List<InvitationParticipantInfo> targets, CallDisposition targetDisposition, Integer timeout, Boolean maskCallee, Boolean maskCaller, String callbackUri) -
Uses of CallDisposition in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type CallDisposition Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCallRequest. redirect(List<InvitationParticipantInfo> targets, CallDisposition targetDisposition, Integer timeout, Boolean maskCallee, Boolean maskCaller, String callbackUri) -
Uses of CallDisposition in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CallDisposition Modifier and Type Method Description static CallDispositionCallDisposition. valueOf(String name)Returns the enum constant of this type with the specified name.static CallDisposition[]CallDisposition. values()Returns an array containing the constants of this enum type, in the order they are declared.
-