public class AndroidDeviceOwnerGlobalProxyDirect extends AndroidDeviceOwnerGlobalProxy implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidDeviceOwnerGlobalProxyDirect.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
excludedHosts |
protected String |
excludedHostsNextLink |
protected String |
host |
protected Integer |
port |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
AndroidDeviceOwnerGlobalProxyDirect() |
| Modifier and Type | Method and Description |
|---|---|
static AndroidDeviceOwnerGlobalProxyDirect.Builder |
builderAndroidDeviceOwnerGlobalProxyDirect()
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.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AndroidDeviceOwnerGlobalProxyDirect |
withHost(String host)
Returns an immutable copy of
this with just the host field
changed. |
AndroidDeviceOwnerGlobalProxyDirect |
withPort(Integer port)
Returns an immutable copy of
this with just the port field
changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String host
protected Integer port
protected String excludedHostsNextLink
protected AndroidDeviceOwnerGlobalProxyDirect()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class AndroidDeviceOwnerGlobalProxypublic AndroidDeviceOwnerGlobalProxyDirect withHost(String host)
this with just the host field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The host name”
host - new value of host field (as defined in service metadata)this with just the host field changedpublic AndroidDeviceOwnerGlobalProxyDirect withPort(Integer port)
this with just the port field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The port”
port - new value of port field (as defined in service metadata)this with just the port field changedpublic com.github.davidmoten.odata.client.CollectionPage<String> getExcludedHosts()
public com.github.davidmoten.odata.client.CollectionPage<String> getExcludedHosts(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class AndroidDeviceOwnerGlobalProxypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class AndroidDeviceOwnerGlobalProxypublic static AndroidDeviceOwnerGlobalProxyDirect.Builder builderAndroidDeviceOwnerGlobalProxyDirect()
public String toString()
toString in class AndroidDeviceOwnerGlobalProxyCopyright © 2018–2020. All rights reserved.