Class CrmDealsLinkUnlinkIdPatchRequest

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

public class CrmDealsLinkUnlinkIdPatchRequest extends Object
CrmDealsLinkUnlinkIdPatchRequest
  • Field Details

  • Constructor Details

    • CrmDealsLinkUnlinkIdPatchRequest

      public CrmDealsLinkUnlinkIdPatchRequest()
  • Method Details

    • linkContactIds

      public CrmDealsLinkUnlinkIdPatchRequest linkContactIds(@Nullable List<Long> linkContactIds)
    • addLinkContactIdsItem

      public CrmDealsLinkUnlinkIdPatchRequest addLinkContactIdsItem(Long linkContactIdsItem)
    • getLinkContactIds

      @Nullable public List<Long> getLinkContactIds()
      Contact ids for contacts to be linked with deal
      Returns:
      linkContactIds
    • setLinkContactIds

      public void setLinkContactIds(@Nullable List<Long> linkContactIds)
    • unlinkContactIds

      public CrmDealsLinkUnlinkIdPatchRequest unlinkContactIds(@Nullable List<Long> unlinkContactIds)
    • addUnlinkContactIdsItem

      public CrmDealsLinkUnlinkIdPatchRequest addUnlinkContactIdsItem(Long unlinkContactIdsItem)
    • getUnlinkContactIds

      @Nullable public List<Long> getUnlinkContactIds()
      Contact ids for contacts to be unlinked from deal
      Returns:
      unlinkContactIds
    • setUnlinkContactIds

      public void setUnlinkContactIds(@Nullable List<Long> unlinkContactIds)
    • linkCompanyIds

      public CrmDealsLinkUnlinkIdPatchRequest linkCompanyIds(@Nullable List<String> linkCompanyIds)
    • addLinkCompanyIdsItem

      public CrmDealsLinkUnlinkIdPatchRequest addLinkCompanyIdsItem(String linkCompanyIdsItem)
    • getLinkCompanyIds

      @Nullable public List<String> getLinkCompanyIds()
      Company ids to be linked with deal
      Returns:
      linkCompanyIds
    • setLinkCompanyIds

      public void setLinkCompanyIds(@Nullable List<String> linkCompanyIds)
    • unlinkCompanyIds

      public CrmDealsLinkUnlinkIdPatchRequest unlinkCompanyIds(@Nullable List<String> unlinkCompanyIds)
    • addUnlinkCompanyIdsItem

      public CrmDealsLinkUnlinkIdPatchRequest addUnlinkCompanyIdsItem(String unlinkCompanyIdsItem)
    • getUnlinkCompanyIds

      @Nullable public List<String> getUnlinkCompanyIds()
      Company ids to be unlinked from deal
      Returns:
      unlinkCompanyIds
    • setUnlinkCompanyIds

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