Interface QuestionOptions.PromotionOptions.SendToUserOptionsOrBuilder

    • 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.