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