Package software.xdev.brevo.model
Class SubAccountAppsToggleRequest
java.lang.Object
software.xdev.brevo.model.SubAccountAppsToggleRequest
List of enable/disable applications on the sub-account
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautomation(Boolean automation) conversations(Boolean conversations) emailCampaigns(Boolean emailCampaigns) booleanfacebookAds(Boolean facebookAds) Set this field to enable or disable Automation on the sub-accountSet this field to enable or disable Conversations on the sub-accountgetCrm()Set this field to enable or disable Sales CRM on the sub-accountSet this field to enable or disable Email Campaigns on the sub-accountSet this field to enable or disable Facebook ads on the sub-accountgetInbox()Set this field to enable or disable Inbox on the sub-account / Not applicable on ENTv2Set this field to enable or disable Landing pages on the sub-accountSet this field to enable or disable Meetings on the sub-accountSet this field to enable or disable SMS Marketing on the sub-accountSet this field to enable or disable Transactional Email on the sub-accountSet this field to enable or disable Transactional SMS on the sub-accountSet this field to enable or disable Web Push on the sub-accountSet this field to enable or disable Whatsapp campaigns on the sub-accountinthashCode()landingPages(Boolean landingPages) voidsetAutomation(Boolean automation) voidsetConversations(Boolean conversations) voidvoidsetEmailCampaigns(Boolean emailCampaigns) voidsetFacebookAds(Boolean facebookAds) voidvoidsetLandingPages(Boolean landingPages) voidsetMeetings(Boolean meetings) voidsetSmsCampaigns(Boolean smsCampaigns) voidsetTransactionalEmails(Boolean transactionalEmails) voidsetTransactionalSms(Boolean transactionalSms) voidsetWebPush(Boolean webPush) voidsetWhatsapp(Boolean whatsapp) smsCampaigns(Boolean smsCampaigns) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.transactionalEmails(Boolean transactionalEmails) transactionalSms(Boolean transactionalSms)
-
Field Details
-
JSON_PROPERTY_INBOX
- See Also:
-
JSON_PROPERTY_WHATSAPP
- See Also:
-
JSON_PROPERTY_AUTOMATION
- See Also:
-
JSON_PROPERTY_EMAIL_CAMPAIGNS
- See Also:
-
JSON_PROPERTY_SMS_CAMPAIGNS
- See Also:
-
JSON_PROPERTY_LANDING_PAGES
- See Also:
-
JSON_PROPERTY_TRANSACTIONAL_EMAILS
- See Also:
-
JSON_PROPERTY_TRANSACTIONAL_SMS
- See Also:
-
JSON_PROPERTY_FACEBOOK_ADS
- See Also:
-
JSON_PROPERTY_WEB_PUSH
- See Also:
-
JSON_PROPERTY_MEETINGS
- See Also:
-
JSON_PROPERTY_CONVERSATIONS
- See Also:
-
JSON_PROPERTY_CRM
- See Also:
-
-
Constructor Details
-
SubAccountAppsToggleRequest
public SubAccountAppsToggleRequest()
-
-
Method Details
-
inbox
-
getInbox
Set this field to enable or disable Inbox on the sub-account / Not applicable on ENTv2- Returns:
- inbox
-
setInbox
-
whatsapp
-
getWhatsapp
Set this field to enable or disable Whatsapp campaigns on the sub-account- Returns:
-
setWhatsapp
-
automation
-
getAutomation
Set this field to enable or disable Automation on the sub-account- Returns:
- automation
-
setAutomation
-
emailCampaigns
-
getEmailCampaigns
Set this field to enable or disable Email Campaigns on the sub-account- Returns:
- emailCampaigns
-
setEmailCampaigns
-
smsCampaigns
-
getSmsCampaigns
Set this field to enable or disable SMS Marketing on the sub-account- Returns:
- smsCampaigns
-
setSmsCampaigns
-
landingPages
-
getLandingPages
Set this field to enable or disable Landing pages on the sub-account- Returns:
- landingPages
-
setLandingPages
-
transactionalEmails
-
getTransactionalEmails
Set this field to enable or disable Transactional Email on the sub-account- Returns:
- transactionalEmails
-
setTransactionalEmails
-
transactionalSms
-
getTransactionalSms
Set this field to enable or disable Transactional SMS on the sub-account- Returns:
- transactionalSms
-
setTransactionalSms
-
facebookAds
-
getFacebookAds
Set this field to enable or disable Facebook ads on the sub-account- Returns:
- facebookAds
-
setFacebookAds
-
webPush
-
getWebPush
Set this field to enable or disable Web Push on the sub-account- Returns:
- webPush
-
setWebPush
-
meetings
-
getMeetings
Set this field to enable or disable Meetings on the sub-account- Returns:
- meetings
-
setMeetings
-
conversations
-
getConversations
Set this field to enable or disable Conversations on the sub-account- Returns:
- conversations
-
setConversations
-
crm
-
getCrm
Set this field to enable or disable Sales CRM on the sub-account- Returns:
- crm
-
setCrm
-
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
-