Class MessagePreferences
- java.lang.Object
-
- com.courier.api.resources.send.types.MessagePreferences
-
public final class MessagePreferences extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMessagePreferences._FinalStagestatic classMessagePreferences.Builderstatic interfaceMessagePreferences.SubscriptionTopicIdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessagePreferences.SubscriptionTopicIdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetSubscriptionTopicId()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getSubscriptionTopicId
public java.lang.String getSubscriptionTopicId()
- Returns:
- The ID of the subscription topic you want to apply to the message. If this is a templated message, it will override the subscription topic if already associated
-
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 MessagePreferences.SubscriptionTopicIdStage builder()
-
-