Uses of Class
odata.msgraph.client.beta.callRecords.enums.WifiRadioType
-
Packages that use WifiRadioType Package Description odata.msgraph.client.beta.callRecords.complex odata.msgraph.client.beta.callRecords.enums -
-
Uses of WifiRadioType in odata.msgraph.client.beta.callRecords.complex
Fields in odata.msgraph.client.beta.callRecords.complex declared as WifiRadioType Modifier and Type Field Description protected WifiRadioTypeNetworkInfo. wifiRadioTypeMethods in odata.msgraph.client.beta.callRecords.complex that return types with arguments of type WifiRadioType Modifier and Type Method Description Optional<WifiRadioType>NetworkInfo. getWifiRadioType()Methods in odata.msgraph.client.beta.callRecords.complex with parameters of type WifiRadioType Modifier and Type Method Description NetworkInfo.BuilderNetworkInfo.Builder. wifiRadioType(WifiRadioType wifiRadioType)NetworkInfoNetworkInfo. withWifiRadioType(WifiRadioType wifiRadioType) -
Uses of WifiRadioType in odata.msgraph.client.beta.callRecords.enums
Methods in odata.msgraph.client.beta.callRecords.enums that return WifiRadioType Modifier and Type Method Description static WifiRadioTypeWifiRadioType. valueOf(String name)Returns the enum constant of this type with the specified name.static WifiRadioType[]WifiRadioType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-