Class AndroidDeviceOwnerGlobalProxyDirect
- java.lang.Object
-
- odata.msgraph.client.beta.complex.AndroidDeviceOwnerGlobalProxy
-
- odata.msgraph.client.beta.complex.AndroidDeviceOwnerGlobalProxyDirect
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AndroidDeviceOwnerGlobalProxyDirect extends AndroidDeviceOwnerGlobalProxy implements com.github.davidmoten.odata.client.ODataType
“Android Device Owner Global Proxy Direct.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAndroidDeviceOwnerGlobalProxyDirect.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>excludedHostsprotected StringexcludedHostsNextLinkprotected Stringhostprotected Integerport-
Fields inherited from class odata.msgraph.client.beta.complex.AndroidDeviceOwnerGlobalProxy
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAndroidDeviceOwnerGlobalProxyDirect()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AndroidDeviceOwnerGlobalProxyDirect.BuilderbuilderAndroidDeviceOwnerGlobalProxyDirect()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<String>getExcludedHosts()“The excluded hosts”com.github.davidmoten.odata.client.CollectionPage<String>getExcludedHosts(com.github.davidmoten.odata.client.HttpRequestOptions options)“The excluded hosts”Optional<String>getHost()“The host name”Optional<Integer>getPort()“The port”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AndroidDeviceOwnerGlobalProxyDirectwithHost(String host)Returns an immutable copy ofthiswith just thehostfield changed.AndroidDeviceOwnerGlobalProxyDirectwithPort(Integer port)Returns an immutable copy ofthiswith just theportfield changed.AndroidDeviceOwnerGlobalProxyDirectwithUnmappedField(String name, String value)
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAndroidDeviceOwnerGlobalProxy
-
getExcludedHosts
public com.github.davidmoten.odata.client.CollectionPage<String> getExcludedHosts()
“The excluded hosts”- Returns:
- property excludedHosts
-
getExcludedHosts
public com.github.davidmoten.odata.client.CollectionPage<String> getExcludedHosts(com.github.davidmoten.odata.client.HttpRequestOptions options)
“The excluded hosts”- Parameters:
options- specify connect and read timeouts- Returns:
- property excludedHosts
-
withHost
public AndroidDeviceOwnerGlobalProxyDirect withHost(String host)
Returns an immutable copy ofthiswith just thehostfield 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 host name”
- Parameters:
host- new value ofhostfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thehostfield changed
-
withPort
public AndroidDeviceOwnerGlobalProxyDirect withPort(Integer port)
Returns an immutable copy ofthiswith just theportfield 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 port”
- Parameters:
port- new value ofportfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theportfield changed
-
withUnmappedField
public AndroidDeviceOwnerGlobalProxyDirect 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
-
builderAndroidDeviceOwnerGlobalProxyDirect
public static AndroidDeviceOwnerGlobalProxyDirect.Builder builderAndroidDeviceOwnerGlobalProxyDirect()
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
-
-