Class AndroidDeviceOwnerGlobalProxyAutoConfig
- java.lang.Object
-
- odata.msgraph.client.beta.complex.AndroidDeviceOwnerGlobalProxy
-
- odata.msgraph.client.beta.complex.AndroidDeviceOwnerGlobalProxyAutoConfig
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AndroidDeviceOwnerGlobalProxyAutoConfig extends AndroidDeviceOwnerGlobalProxy implements com.github.davidmoten.odata.client.ODataType
“Android Device Owner Global Proxy Auto Config.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAndroidDeviceOwnerGlobalProxyAutoConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringproxyAutoConfigURL-
Fields inherited from class odata.msgraph.client.beta.complex.AndroidDeviceOwnerGlobalProxy
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAndroidDeviceOwnerGlobalProxyAutoConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AndroidDeviceOwnerGlobalProxyAutoConfig.BuilderbuilderAndroidDeviceOwnerGlobalProxyAutoConfig()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getProxyAutoConfigURL()“The proxy auto-config URL”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AndroidDeviceOwnerGlobalProxyAutoConfigwithProxyAutoConfigURL(String proxyAutoConfigURL)Returns an immutable copy ofthiswith just theproxyAutoConfigURLfield changed.AndroidDeviceOwnerGlobalProxyAutoConfigwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
proxyAutoConfigURL
protected String proxyAutoConfigURL
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAndroidDeviceOwnerGlobalProxy
-
getProxyAutoConfigURL
public Optional<String> getProxyAutoConfigURL()
“The proxy auto-config URL”- Returns:
- property proxyAutoConfigURL
-
withProxyAutoConfigURL
public AndroidDeviceOwnerGlobalProxyAutoConfig withProxyAutoConfigURL(String proxyAutoConfigURL)
Returns an immutable copy ofthiswith just theproxyAutoConfigURLfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The proxy auto-config URL”
- Parameters:
proxyAutoConfigURL- new value ofproxyAutoConfigURLfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theproxyAutoConfigURLfield changed
-
withUnmappedField
public AndroidDeviceOwnerGlobalProxyAutoConfig withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classAndroidDeviceOwnerGlobalProxy
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAndroidDeviceOwnerGlobalProxy
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAndroidDeviceOwnerGlobalProxy
-
builderAndroidDeviceOwnerGlobalProxyAutoConfig
public static AndroidDeviceOwnerGlobalProxyAutoConfig.Builder builderAndroidDeviceOwnerGlobalProxyAutoConfig()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classAndroidDeviceOwnerGlobalProxy
-
-