Class AndroidDeviceOwnerGlobalProxyDirect.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.AndroidDeviceOwnerGlobalProxyDirect.Builder
-
- Enclosing class:
- AndroidDeviceOwnerGlobalProxyDirect
public static final class AndroidDeviceOwnerGlobalProxyDirect.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AndroidDeviceOwnerGlobalProxyDirectbuild()AndroidDeviceOwnerGlobalProxyDirect.BuilderexcludedHosts(String... excludedHosts)“The excluded hosts”AndroidDeviceOwnerGlobalProxyDirect.BuilderexcludedHosts(List<String> excludedHosts)“The excluded hosts”AndroidDeviceOwnerGlobalProxyDirect.BuilderexcludedHostsNextLink(String excludedHostsNextLink)“The excluded hosts”AndroidDeviceOwnerGlobalProxyDirect.Builderhost(String host)“The host name”AndroidDeviceOwnerGlobalProxyDirect.Builderport(Integer port)“The port”
-
-
-
Method Detail
-
excludedHosts
public AndroidDeviceOwnerGlobalProxyDirect.Builder excludedHosts(List<String> excludedHosts)
“The excluded hosts”- Parameters:
excludedHosts- value ofexcludedHostsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
excludedHosts
public AndroidDeviceOwnerGlobalProxyDirect.Builder excludedHosts(String... excludedHosts)
“The excluded hosts”- Parameters:
excludedHosts- value ofexcludedHostsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
excludedHostsNextLink
public AndroidDeviceOwnerGlobalProxyDirect.Builder excludedHostsNextLink(String excludedHostsNextLink)
“The excluded hosts”- Parameters:
excludedHostsNextLink- value ofexcludedHosts@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
host
public AndroidDeviceOwnerGlobalProxyDirect.Builder host(String host)
“The host name”- Parameters:
host- value ofhostproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
port
public AndroidDeviceOwnerGlobalProxyDirect.Builder port(Integer port)
“The port”- Parameters:
port- value ofportproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public AndroidDeviceOwnerGlobalProxyDirect build()
-
-