Package software.xdev.brevo.model
Class CrmDealsLinkUnlinkIdPatchRequest
java.lang.Object
software.xdev.brevo.model.CrmDealsLinkUnlinkIdPatchRequest
CrmDealsLinkUnlinkIdPatchRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLinkCompanyIdsItem(String linkCompanyIdsItem) addLinkContactIdsItem(Long linkContactIdsItem) addUnlinkCompanyIdsItem(String unlinkCompanyIdsItem) addUnlinkContactIdsItem(Long unlinkContactIdsItem) booleanCompany ids to be linked with dealContact ids for contacts to be linked with dealCompany ids to be unlinked from dealContact ids for contacts to be unlinked from dealinthashCode()linkCompanyIds(List<String> linkCompanyIds) linkContactIds(List<Long> linkContactIds) voidsetLinkCompanyIds(List<String> linkCompanyIds) voidsetLinkContactIds(List<Long> linkContactIds) voidsetUnlinkCompanyIds(List<String> unlinkCompanyIds) voidsetUnlinkContactIds(List<Long> unlinkContactIds) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.unlinkCompanyIds(List<String> unlinkCompanyIds) unlinkContactIds(List<Long> unlinkContactIds)
-
Field Details
-
JSON_PROPERTY_LINK_CONTACT_IDS
- See Also:
-
JSON_PROPERTY_UNLINK_CONTACT_IDS
- See Also:
-
JSON_PROPERTY_LINK_COMPANY_IDS
- See Also:
-
JSON_PROPERTY_UNLINK_COMPANY_IDS
- See Also:
-
-
Constructor Details
-
CrmDealsLinkUnlinkIdPatchRequest
public CrmDealsLinkUnlinkIdPatchRequest()
-
-
Method Details
-
linkContactIds
-
addLinkContactIdsItem
-
getLinkContactIds
Contact ids for contacts to be linked with deal- Returns:
- linkContactIds
-
setLinkContactIds
-
unlinkContactIds
-
addUnlinkContactIdsItem
-
getUnlinkContactIds
Contact ids for contacts to be unlinked from deal- Returns:
- unlinkContactIds
-
setUnlinkContactIds
-
linkCompanyIds
-
addLinkCompanyIdsItem
-
getLinkCompanyIds
Company ids to be linked with deal- Returns:
- linkCompanyIds
-
setLinkCompanyIds
-
unlinkCompanyIds
-
addUnlinkCompanyIdsItem
-
getUnlinkCompanyIds
Company ids to be unlinked from deal- Returns:
- unlinkCompanyIds
-
setUnlinkCompanyIds
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-