Package com.chrt.api.types
Class NotificationUserPreferences1
- java.lang.Object
-
- com.chrt.api.types.NotificationUserPreferences1
-
public final class NotificationUserPreferences1 extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotificationUserPreferences1._FinalStagestatic classNotificationUserPreferences1.Builderstatic interfaceNotificationUserPreferences1.CreatedAtTimestampStagestatic interfaceNotificationUserPreferences1.IdStagestatic interfaceNotificationUserPreferences1.LastEditedAtTimestampStagestatic interfaceNotificationUserPreferences1.SchemaVersionStagestatic interfaceNotificationUserPreferences1.UserIdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotificationUserPreferences1.SchemaVersionStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.time.OffsetDateTimegetCreatedAtTimestamp()java.util.Optional<java.util.List<NotificationEventsForUsersEnum>>getEmailEvents()java.lang.StringgetId()java.time.OffsetDateTimegetLastEditedAtTimestamp()java.util.Optional<java.util.List<NotificationEventsForUsersEnum>>getPushEvents()intgetSchemaVersion()java.util.Optional<java.util.List<NotificationEventsForUsersEnum>>getSmsEvents()java.lang.StringgetUserId()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getSchemaVersion
public int getSchemaVersion()
-
getUserId
public java.lang.String getUserId()
- Returns:
- Must be a string starting with
user_
-
getCreatedAtTimestamp
public java.time.OffsetDateTime getCreatedAtTimestamp()
-
getLastEditedAtTimestamp
public java.time.OffsetDateTime getLastEditedAtTimestamp()
-
getEmailEvents
public java.util.Optional<java.util.List<NotificationEventsForUsersEnum>> getEmailEvents()
-
getPushEvents
public java.util.Optional<java.util.List<NotificationEventsForUsersEnum>> getPushEvents()
-
getSmsEvents
public java.util.Optional<java.util.List<NotificationEventsForUsersEnum>> getSmsEvents()
-
getId
public java.lang.String getId()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static NotificationUserPreferences1.SchemaVersionStage builder()
-
-