Class ComponentItems

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

public class ComponentItems extends Object
ComponentItems
  • Field Details

  • Constructor Details

    • ComponentItems

      public ComponentItems()
  • Method Details

    • type

      public ComponentItems type(@Nullable String type)
    • getType

      @Nullable public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(@Nullable String type)
    • text

      public ComponentItems text(@Nullable String text)
    • getText

      @Nullable public String getText()
      Get text
      Returns:
      text
    • setText

      public void setText(@Nullable String text)
    • 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