Class CompaniesIdPatchRequest

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

public class CompaniesIdPatchRequest extends Object
CompaniesIdPatchRequest
  • Field Details

  • Constructor Details

    • CompaniesIdPatchRequest

      public CompaniesIdPatchRequest()
  • Method Details

    • name

      public CompaniesIdPatchRequest name(String name)
    • getName

      @Nullable public String getName()
      Name of company
      Returns:
      name
    • setName

      public void setName(String name)
    • attributes

      public CompaniesIdPatchRequest attributes(Object attributes)
    • getAttributes

      @Nullable public Object getAttributes()
      Attributes for company update
      Returns:
      attributes
    • setAttributes

      public void setAttributes(Object attributes)
    • countryCode

      public CompaniesIdPatchRequest countryCode(Long countryCode)
    • getCountryCode

      @Nullable public Long getCountryCode()
      Country code if phone_number is passed in attributes.
      Returns:
      countryCode
    • setCountryCode

      public void setCountryCode(Long countryCode)
    • 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