Uses of Class
odata.msgraph.client.beta.callRecords.complex.NetworkInfo
-
Packages that use NetworkInfo Package Description odata.msgraph.client.beta.callRecords.complex -
-
Uses of NetworkInfo in odata.msgraph.client.beta.callRecords.complex
Fields in odata.msgraph.client.beta.callRecords.complex declared as NetworkInfo Modifier and Type Field Description protected NetworkInfoMedia. calleeNetworkprotected NetworkInfoMedia. callerNetworkMethods in odata.msgraph.client.beta.callRecords.complex that return types with arguments of type NetworkInfo Modifier and Type Method Description Optional<NetworkInfo>Media. getCalleeNetwork()Optional<NetworkInfo>Media. getCallerNetwork()Methods in odata.msgraph.client.beta.callRecords.complex with parameters of type NetworkInfo Modifier and Type Method Description Media.BuilderMedia.Builder. calleeNetwork(NetworkInfo calleeNetwork)Media.BuilderMedia.Builder. callerNetwork(NetworkInfo callerNetwork)MediaMedia. withCalleeNetwork(NetworkInfo calleeNetwork)MediaMedia. withCallerNetwork(NetworkInfo callerNetwork)
-