Class Company

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

public class Company extends Object
Company Details
  • Field Details

  • Constructor Details

    • Company

      public Company()
  • Method Details

    • id

      public Company id(@Nullable String id)
    • getId

      @Nullable public String getId()
      Unique comoany id
      Returns:
      id
    • setId

      public void setId(@Nullable String id)
    • attributes

      public Company attributes(@Nullable Object attributes)
    • getAttributes

      @Nullable public Object getAttributes()
      Company attributes with values
      Returns:
      attributes
    • setAttributes

      public void setAttributes(@Nullable Object attributes)
    • linkedContactsIds

      public Company linkedContactsIds(@Nullable List<Integer> linkedContactsIds)
    • addLinkedContactsIdsItem

      public Company addLinkedContactsIdsItem(Integer linkedContactsIdsItem)
    • getLinkedContactsIds

      @Nullable public List<Integer> getLinkedContactsIds()
      Contact ids for contacts linked to this company
      Returns:
      linkedContactsIds
    • setLinkedContactsIds

      public void setLinkedContactsIds(@Nullable List<Integer> linkedContactsIds)
    • linkedDealsIds

      public Company linkedDealsIds(@Nullable List<String> linkedDealsIds)
    • addLinkedDealsIdsItem

      public Company addLinkedDealsIdsItem(String linkedDealsIdsItem)
    • getLinkedDealsIds

      @Nullable public List<String> getLinkedDealsIds()
      Deals ids for companies linked to this company
      Returns:
      linkedDealsIds
    • setLinkedDealsIds

      public void setLinkedDealsIds(@Nullable List<String> linkedDealsIds)
    • 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