Package odata.msgraph.client.complex
Class PositiveReinforcementNotification
- java.lang.Object
-
- odata.msgraph.client.complex.BaseEndUserNotification
-
- odata.msgraph.client.complex.PositiveReinforcementNotification
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class PositiveReinforcementNotification extends BaseEndUserNotification implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPositiveReinforcementNotification.Builder
-
Field Summary
Fields Modifier and Type Field Description protected NotificationDeliveryPreferencedeliveryPreference-
Fields inherited from class odata.msgraph.client.complex.BaseEndUserNotification
contextPath, defaultLanguage, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPositiveReinforcementNotification()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PositiveReinforcementNotification.BuilderbuilderPositiveReinforcementNotification()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<NotificationDeliveryPreference>getDeliveryPreference()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()PositiveReinforcementNotificationwithDeliveryPreference(NotificationDeliveryPreference deliveryPreference)PositiveReinforcementNotificationwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.complex.BaseEndUserNotification
builder, getDefaultLanguage, withDefaultLanguage
-
-
-
-
Field Detail
-
deliveryPreference
protected NotificationDeliveryPreference deliveryPreference
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classBaseEndUserNotification
-
getDeliveryPreference
public Optional<NotificationDeliveryPreference> getDeliveryPreference()
-
withDeliveryPreference
public PositiveReinforcementNotification withDeliveryPreference(NotificationDeliveryPreference deliveryPreference)
-
withUnmappedField
public PositiveReinforcementNotification withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classBaseEndUserNotification
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classBaseEndUserNotification
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classBaseEndUserNotification
-
builderPositiveReinforcementNotification
public static PositiveReinforcementNotification.Builder builderPositiveReinforcementNotification()
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 classBaseEndUserNotification
-
-