Class DeliveryOptimizationGroupIdCustom
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeliveryOptimizationGroupIdSource
-
- odata.msgraph.client.beta.complex.DeliveryOptimizationGroupIdCustom
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeliveryOptimizationGroupIdCustom extends DeliveryOptimizationGroupIdSource implements com.github.davidmoten.odata.client.ODataType
“Custom group id type”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeliveryOptimizationGroupIdCustom.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringgroupIdCustom-
Fields inherited from class odata.msgraph.client.beta.complex.DeliveryOptimizationGroupIdSource
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeliveryOptimizationGroupIdCustom()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeliveryOptimizationGroupIdCustom.BuilderbuilderDeliveryOptimizationGroupIdCustom()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getGroupIdCustom()“Specifies an arbitrary group ID that the device belongs to”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeliveryOptimizationGroupIdCustomwithGroupIdCustom(String groupIdCustom)Returns an immutable copy ofthiswith just thegroupIdCustomfield changed.DeliveryOptimizationGroupIdCustomwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
groupIdCustom
protected String groupIdCustom
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeliveryOptimizationGroupIdSource
-
getGroupIdCustom
public Optional<String> getGroupIdCustom()
“Specifies an arbitrary group ID that the device belongs to”- Returns:
- property groupIdCustom
-
withGroupIdCustom
public DeliveryOptimizationGroupIdCustom withGroupIdCustom(String groupIdCustom)
Returns an immutable copy ofthiswith just thegroupIdCustomfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Specifies an arbitrary group ID that the device belongs to”
- Parameters:
groupIdCustom- new value ofgroupIdCustomfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thegroupIdCustomfield changed
-
withUnmappedField
public DeliveryOptimizationGroupIdCustom withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeliveryOptimizationGroupIdSource
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeliveryOptimizationGroupIdSource
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeliveryOptimizationGroupIdSource
-
builderDeliveryOptimizationGroupIdCustom
public static DeliveryOptimizationGroupIdCustom.Builder builderDeliveryOptimizationGroupIdCustom()
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
-
toString
public String toString()
- Overrides:
toStringin classDeliveryOptimizationGroupIdSource
-
-