Class TeamworkNetworkConfiguration
- java.lang.Object
-
- odata.msgraph.client.beta.complex.TeamworkNetworkConfiguration
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TeamworkNetworkConfiguration extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamworkNetworkConfiguration.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdefaultGatewayprotected StringdomainNameprotected StringhostNameprotected StringipAddressprotected BooleanisDhcpEnabledprotected BooleanisPCPortEnabledprotected StringodataTypeprotected StringprimaryDnsprotected StringsecondaryDnsprotected StringsubnetMaskprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedTeamworkNetworkConfiguration()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
defaultGateway
protected String defaultGateway
-
domainName
protected String domainName
-
hostName
protected String hostName
-
ipAddress
protected String ipAddress
-
isDhcpEnabled
protected Boolean isDhcpEnabled
-
isPCPortEnabled
protected Boolean isPCPortEnabled
-
primaryDns
protected String primaryDns
-
secondaryDns
protected String secondaryDns
-
subnetMask
protected String subnetMask
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withDefaultGateway
public TeamworkNetworkConfiguration withDefaultGateway(String defaultGateway)
-
withDomainName
public TeamworkNetworkConfiguration withDomainName(String domainName)
-
withHostName
public TeamworkNetworkConfiguration withHostName(String hostName)
-
withIpAddress
public TeamworkNetworkConfiguration withIpAddress(String ipAddress)
-
withIsDhcpEnabled
public TeamworkNetworkConfiguration withIsDhcpEnabled(Boolean isDhcpEnabled)
-
withIsPCPortEnabled
public TeamworkNetworkConfiguration withIsPCPortEnabled(Boolean isPCPortEnabled)
-
withPrimaryDns
public TeamworkNetworkConfiguration withPrimaryDns(String primaryDns)
-
withSecondaryDns
public TeamworkNetworkConfiguration withSecondaryDns(String secondaryDns)
-
withSubnetMask
public TeamworkNetworkConfiguration withSubnetMask(String subnetMask)
-
withUnmappedField
public TeamworkNetworkConfiguration withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static TeamworkNetworkConfiguration.Builder builder()
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
-
-