Uses of Class
odata.msgraph.client.beta.complex.AndroidDeviceOwnerGlobalProxy
-
Packages that use AndroidDeviceOwnerGlobalProxy Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AndroidDeviceOwnerGlobalProxy in odata.msgraph.client.beta.complex
Subclasses of AndroidDeviceOwnerGlobalProxy in odata.msgraph.client.beta.complex Modifier and Type Class Description classAndroidDeviceOwnerGlobalProxyAutoConfig“Android Device Owner Global Proxy Auto Config.”classAndroidDeviceOwnerGlobalProxyDirect“Android Device Owner Global Proxy Direct.”Methods in odata.msgraph.client.beta.complex that return AndroidDeviceOwnerGlobalProxy Modifier and Type Method Description AndroidDeviceOwnerGlobalProxyAndroidDeviceOwnerGlobalProxy. withUnmappedField(String name, String value) -
Uses of AndroidDeviceOwnerGlobalProxy in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AndroidDeviceOwnerGlobalProxy Modifier and Type Field Description protected AndroidDeviceOwnerGlobalProxyAndroidDeviceOwnerGeneralDeviceConfiguration. globalProxyMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidDeviceOwnerGlobalProxy Modifier and Type Method Description Optional<AndroidDeviceOwnerGlobalProxy>AndroidDeviceOwnerGeneralDeviceConfiguration. getGlobalProxy()“Proxy is set up directly with host, port and excluded hosts.”Methods in odata.msgraph.client.beta.entity with parameters of type AndroidDeviceOwnerGlobalProxy Modifier and Type Method Description AndroidDeviceOwnerGeneralDeviceConfiguration.BuilderAndroidDeviceOwnerGeneralDeviceConfiguration.Builder. globalProxy(AndroidDeviceOwnerGlobalProxy globalProxy)“Proxy is set up directly with host, port and excluded hosts.”AndroidDeviceOwnerGeneralDeviceConfigurationAndroidDeviceOwnerGeneralDeviceConfiguration. withGlobalProxy(AndroidDeviceOwnerGlobalProxy globalProxy)Returns an immutable copy ofthiswith just theglobalProxyfield changed.
-