Class CrmDealsIdPatchRequest

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

public class CrmDealsIdPatchRequest extends Object
CrmDealsIdPatchRequest
  • Field Details

  • Constructor Details

    • CrmDealsIdPatchRequest

      public CrmDealsIdPatchRequest()
  • Method Details

    • name

      public CrmDealsIdPatchRequest name(String name)
    • getName

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

      public void setName(String name)
    • attributes

      public CrmDealsIdPatchRequest attributes(Object attributes)
    • getAttributes

      @Nullable public Object getAttributes()
      Attributes for deal update If you wish to update the pipeline of a deal you need to provide the `pipeline` and the `deal_stage` Pipeline and deal_stage are ids you can fetch using this endpoint `/crm/pipeline/details/{pipelineID}`
      Returns:
      attributes
    • setAttributes

      public void setAttributes(Object attributes)
    • 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