Package software.xdev.brevo.model
Class CompaniesLinkUnlinkIdPatchRequest
java.lang.Object
software.xdev.brevo.model.CompaniesLinkUnlinkIdPatchRequest
CompaniesLinkUnlinkIdPatchRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLinkContactIdsItem(Long linkContactIdsItem) addLinkDealsIdsItem(String linkDealsIdsItem) addUnlinkContactIdsItem(Long unlinkContactIdsItem) addUnlinkDealsIdsItem(String unlinkDealsIdsItem) booleanContact ids for contacts to be linked with companyDeal ids for deals to be linked with companyContact ids for contacts to be unlinked from companyDeal ids for deals to be unlinked from companyinthashCode()linkContactIds(List<Long> linkContactIds) linkDealsIds(List<String> linkDealsIds) voidsetLinkContactIds(List<Long> linkContactIds) voidsetLinkDealsIds(List<String> linkDealsIds) voidsetUnlinkContactIds(List<Long> unlinkContactIds) voidsetUnlinkDealsIds(List<String> unlinkDealsIds) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.unlinkContactIds(List<Long> unlinkContactIds) unlinkDealsIds(List<String> unlinkDealsIds)
-
Field Details
-
JSON_PROPERTY_LINK_CONTACT_IDS
- See Also:
-
JSON_PROPERTY_UNLINK_CONTACT_IDS
- See Also:
-
JSON_PROPERTY_LINK_DEALS_IDS
- See Also:
-
JSON_PROPERTY_UNLINK_DEALS_IDS
- See Also:
-
-
Constructor Details
-
CompaniesLinkUnlinkIdPatchRequest
public CompaniesLinkUnlinkIdPatchRequest()
-
-
Method Details
-
linkContactIds
-
addLinkContactIdsItem
-
getLinkContactIds
Contact ids for contacts to be linked with company- Returns:
- linkContactIds
-
setLinkContactIds
-
unlinkContactIds
-
addUnlinkContactIdsItem
-
getUnlinkContactIds
Contact ids for contacts to be unlinked from company- Returns:
- unlinkContactIds
-
setUnlinkContactIds
-
linkDealsIds
-
addLinkDealsIdsItem
-
getLinkDealsIds
Deal ids for deals to be linked with company- Returns:
- linkDealsIds
-
setLinkDealsIds
-
unlinkDealsIds
-
addUnlinkDealsIdsItem
-
getUnlinkDealsIds
Deal ids for deals to be unlinked from company- Returns:
- unlinkDealsIds
-
setUnlinkDealsIds
-
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
-