Uses of Class
odata.msgraph.client.beta.enums.AospWifiSecurityType
-
Packages that use AospWifiSecurityType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AospWifiSecurityType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AospWifiSecurityType Modifier and Type Field Description protected AospWifiSecurityTypeAndroidDeviceOwnerEnrollmentProfile. wifiSecurityTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type AospWifiSecurityType Modifier and Type Method Description Optional<AospWifiSecurityType>AndroidDeviceOwnerEnrollmentProfile. getWifiSecurityType()“String that contains the wi-fi security type”Methods in odata.msgraph.client.beta.entity with parameters of type AospWifiSecurityType Modifier and Type Method Description AndroidDeviceOwnerEnrollmentProfile.BuilderAndroidDeviceOwnerEnrollmentProfile.Builder. wifiSecurityType(AospWifiSecurityType wifiSecurityType)“String that contains the wi-fi security type”AndroidDeviceOwnerEnrollmentProfileAndroidDeviceOwnerEnrollmentProfile. withWifiSecurityType(AospWifiSecurityType wifiSecurityType)Returns an immutable copy ofthiswith just thewifiSecurityTypefield changed. -
Uses of AospWifiSecurityType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AospWifiSecurityType Modifier and Type Method Description static AospWifiSecurityTypeAospWifiSecurityType. valueOf(String name)Returns the enum constant of this type with the specified name.static AospWifiSecurityType[]AospWifiSecurityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-