Package odata.msgraph.client.complex
Class IPv4CidrRange
- java.lang.Object
-
- odata.msgraph.client.complex.IpRange
-
- odata.msgraph.client.complex.IPv4CidrRange
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class IPv4CidrRange extends IpRange implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIPv4CidrRange.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringcidrAddress-
Fields inherited from class odata.msgraph.client.complex.IpRange
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIPv4CidrRange()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IPv4CidrRange.BuilderbuilderIPv4CidrRange()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getCidrAddress()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()IPv4CidrRangewithCidrAddress(String cidrAddress)IPv4CidrRangewithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
cidrAddress
protected String cidrAddress
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classIpRange
-
withCidrAddress
public IPv4CidrRange withCidrAddress(String cidrAddress)
-
withUnmappedField
public IPv4CidrRange withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classIpRange
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classIpRange
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classIpRange
-
builderIPv4CidrRange
public static IPv4CidrRange.Builder builderIPv4CidrRange()
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
-
-