Uses of Class
odata.msgraph.client.beta.enums.NetworkType
-
Packages that use NetworkType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of NetworkType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as NetworkType Modifier and Type Field Description protected NetworkTypeNetworkLocationDetail. networkTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type NetworkType Modifier and Type Method Description Optional<NetworkType>NetworkLocationDetail. getNetworkType()Methods in odata.msgraph.client.beta.complex with parameters of type NetworkType Modifier and Type Method Description NetworkLocationDetail.BuilderNetworkLocationDetail.Builder. networkType(NetworkType networkType)NetworkLocationDetailNetworkLocationDetail. withNetworkType(NetworkType networkType) -
Uses of NetworkType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return NetworkType Modifier and Type Method Description static NetworkTypeNetworkType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkType[]NetworkType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-