Interface QuestionOptions.PromotionOptions.SendToUserOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionOptions.PromotionOptions.SendToUserOptions,QuestionOptions.PromotionOptions.SendToUserOptions.Builder
- Enclosing class:
- QuestionOptions.PromotionOptions
public static interface QuestionOptions.PromotionOptions.SendToUserOptionsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSecondaryButtonLabel()optional string secondary_button_label = 2 [json_name = "secondaryButtonLabel"];com.google.protobuf.ByteStringgetSecondaryButtonLabelBytes()optional string secondary_button_label = 2 [json_name = "secondaryButtonLabel"];java.lang.StringgetSecondaryButtonUrl()optional string secondary_button_url = 3 [json_name = "secondaryButtonUrl"];com.google.protobuf.ByteStringgetSecondaryButtonUrlBytes()optional string secondary_button_url = 3 [json_name = "secondaryButtonUrl"];UserAccountInfogetUserAccountInfo()SDK User WebHook notificationTypeintgetUserAccountInfoValue()SDK User WebHook notificationTypebooleanhasSecondaryButtonLabel()optional string secondary_button_label = 2 [json_name = "secondaryButtonLabel"];booleanhasSecondaryButtonUrl()optional string secondary_button_url = 3 [json_name = "secondaryButtonUrl"];
-
-
-
Method Detail
-
getUserAccountInfoValue
int getUserAccountInfoValue()
SDK User WebHook notificationType
.streamlayer.interactive.UserAccountInfo user_account_info = 1 [json_name = "userAccountInfo"];- Returns:
- The enum numeric value on the wire for userAccountInfo.
-
getUserAccountInfo
UserAccountInfo getUserAccountInfo()
SDK User WebHook notificationType
.streamlayer.interactive.UserAccountInfo user_account_info = 1 [json_name = "userAccountInfo"];- Returns:
- The userAccountInfo.
-
hasSecondaryButtonLabel
boolean hasSecondaryButtonLabel()
optional string secondary_button_label = 2 [json_name = "secondaryButtonLabel"];- Returns:
- Whether the secondaryButtonLabel field is set.
-
getSecondaryButtonLabel
java.lang.String getSecondaryButtonLabel()
optional string secondary_button_label = 2 [json_name = "secondaryButtonLabel"];- Returns:
- The secondaryButtonLabel.
-
getSecondaryButtonLabelBytes
com.google.protobuf.ByteString getSecondaryButtonLabelBytes()
optional string secondary_button_label = 2 [json_name = "secondaryButtonLabel"];- Returns:
- The bytes for secondaryButtonLabel.
-
hasSecondaryButtonUrl
boolean hasSecondaryButtonUrl()
optional string secondary_button_url = 3 [json_name = "secondaryButtonUrl"];- Returns:
- Whether the secondaryButtonUrl field is set.
-
getSecondaryButtonUrl
java.lang.String getSecondaryButtonUrl()
optional string secondary_button_url = 3 [json_name = "secondaryButtonUrl"];- Returns:
- The secondaryButtonUrl.
-
getSecondaryButtonUrlBytes
com.google.protobuf.ByteString getSecondaryButtonUrlBytes()
optional string secondary_button_url = 3 [json_name = "secondaryButtonUrl"];- Returns:
- The bytes for secondaryButtonUrl.
-
-