Class ConversationsPushedMessagesPostRequest

java.lang.Object
software.xdev.brevo.model.ConversationsPushedMessagesPostRequest

public class ConversationsPushedMessagesPostRequest extends Object
ConversationsPushedMessagesPostRequest
  • Field Details

  • Constructor Details

    • ConversationsPushedMessagesPostRequest

      public ConversationsPushedMessagesPostRequest()
  • Method Details

    • visitorId

      public ConversationsPushedMessagesPostRequest visitorId(@Nullable Object visitorId)
    • getVisitorId

      @Nullable public Object getVisitorId()
      visitor’s ID received <a href=\"https://developers.brevo.com/docs/conversations-webhooks\">from a webhook</a> or generated by you to <a href=\"https://developers.brevo.com/docs/customize-the-widget#identifying-existing-users\">bind existing user account to Conversations</a>
      Returns:
      visitorId
    • setVisitorId

      public void setVisitorId(@Nullable Object visitorId)
    • text

      public ConversationsPushedMessagesPostRequest text(@Nullable Object text)
    • getText

      @Nullable public Object getText()
      message text
      Returns:
      text
    • setText

      public void setText(@Nullable Object text)
    • agentId

      public ConversationsPushedMessagesPostRequest agentId(@Nullable Object agentId)
    • getAgentId

      @Nullable public Object getAgentId()
      agent ID. It can be found on agent’s page or received <a href=\"https://developers.brevo.com/docs/conversations-webhooks\">from a webhook</a>.
      Returns:
      agentId
    • getAgentId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Object> getAgentId_JsonNullable()
    • setAgentId_JsonNullable

      public void setAgentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> agentId)
    • setAgentId

      public void setAgentId(@Nullable Object agentId)
    • groupId

      public ConversationsPushedMessagesPostRequest groupId(@Nullable Object groupId)
    • getGroupId

      @Nullable public Object getGroupId()
      group ID. It can be found on group’s page.
      Returns:
      groupId
    • getGroupId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Object> getGroupId_JsonNullable()
    • setGroupId_JsonNullable

      public void setGroupId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> groupId)
    • setGroupId

      public void setGroupId(@Nullable Object groupId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string