Uses of Class
odata.msgraph.client.beta.callRecords.complex.DeviceInfo
-
Packages that use DeviceInfo Package Description odata.msgraph.client.beta.callRecords.complex -
-
Uses of DeviceInfo in odata.msgraph.client.beta.callRecords.complex
Fields in odata.msgraph.client.beta.callRecords.complex declared as DeviceInfo Modifier and Type Field Description protected DeviceInfoMedia. calleeDeviceprotected DeviceInfoMedia. callerDeviceMethods in odata.msgraph.client.beta.callRecords.complex that return types with arguments of type DeviceInfo Modifier and Type Method Description Optional<DeviceInfo>Media. getCalleeDevice()Optional<DeviceInfo>Media. getCallerDevice()Methods in odata.msgraph.client.beta.callRecords.complex with parameters of type DeviceInfo Modifier and Type Method Description Media.BuilderMedia.Builder. calleeDevice(DeviceInfo calleeDevice)Media.BuilderMedia.Builder. callerDevice(DeviceInfo callerDevice)MediaMedia. withCalleeDevice(DeviceInfo calleeDevice)MediaMedia. withCallerDevice(DeviceInfo callerDevice)
-