Class NetworkInterface
- java.lang.Object
-
- odata.msgraph.client.beta.complex.NetworkInterface
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class NetworkInterface extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNetworkInterface.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringdescriptionprotected StringipV4Addressprotected StringipV6Addressprotected StringlocalIpV6Addressprotected StringmacAddressprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedNetworkInterface()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkInterface.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getDescription()Optional<String>getIpV4Address()Optional<String>getIpV6Address()Optional<String>getLocalIpV6Address()Optional<String>getMacAddress()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()NetworkInterfacewithDescription(String description)NetworkInterfacewithIpV4Address(String ipV4Address)NetworkInterfacewithIpV6Address(String ipV6Address)NetworkInterfacewithLocalIpV6Address(String localIpV6Address)NetworkInterfacewithMacAddress(String macAddress)NetworkInterfacewithUnmappedField(String name, String value)
-
-
-
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
-
description
protected String description
-
ipV4Address
protected String ipV4Address
-
ipV6Address
protected String ipV6Address
-
localIpV6Address
protected String localIpV6Address
-
macAddress
protected String macAddress
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withDescription
public NetworkInterface withDescription(String description)
-
withIpV4Address
public NetworkInterface withIpV4Address(String ipV4Address)
-
withIpV6Address
public NetworkInterface withIpV6Address(String ipV6Address)
-
withLocalIpV6Address
public NetworkInterface withLocalIpV6Address(String localIpV6Address)
-
withMacAddress
public NetworkInterface withMacAddress(String macAddress)
-
withUnmappedField
public NetworkInterface 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 NetworkInterface.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
-
-