Package com.microsoft.graph.models
Class Windows10NetworkProxyServer
java.lang.Object
com.microsoft.graph.models.Windows10NetworkProxyServer
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Windows10NetworkProxyServer
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows10Network Proxy Server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Address.The Exceptions.the OData type of the object as returned by the serviceThe Use For Local Addresses. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
address
The Address. Address to the proxy server. Specify an address in the format [':'] -
exceptions
@SerializedName(value="exceptions", alternate="Exceptions") @Expose @Nullable public List<String> exceptionsThe Exceptions. Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node. -
useForLocalAddresses
@SerializedName(value="useForLocalAddresses", alternate="UseForLocalAddresses") @Expose @Nullable public Boolean useForLocalAddressesThe Use For Local Addresses. Specifies whether the proxy server should be used for local (intranet) addresses.
-
-
Constructor Details
-
Windows10NetworkProxyServer
public Windows10NetworkProxyServer()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-