java.lang.Object
it.auties.whatsapp.model.sync.HistorySyncConfigBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()fullSyncDaysLimit(Integer fullSyncDaysLimit) fullSyncSizeMbLimit(Integer fullSyncSizeMbLimit) inlineInitialPayloadInE2EeMsg(Boolean inlineInitialPayloadInE2EeMsg) recentSyncDaysLimit(Integer recentSyncDaysLimit) storageQuotaMb(Integer storageQuotaMb) supportBotUserAgentChatHistory(Boolean supportBotUserAgentChatHistory) supportCallLogHistory(Boolean supportCallLogHistory)
-
Field Details
-
fullSyncDaysLimit
-
fullSyncSizeMbLimit
-
storageQuotaMb
-
inlineInitialPayloadInE2EeMsg
-
recentSyncDaysLimit
-
supportCallLogHistory
-
supportBotUserAgentChatHistory
-
-
Constructor Details
-
HistorySyncConfigBuilder
public HistorySyncConfigBuilder()
-
-
Method Details
-
fullSyncDaysLimit
-
fullSyncSizeMbLimit
-
storageQuotaMb
-
inlineInitialPayloadInE2EeMsg
public HistorySyncConfigBuilder inlineInitialPayloadInE2EeMsg(Boolean inlineInitialPayloadInE2EeMsg) -
recentSyncDaysLimit
-
supportCallLogHistory
-
supportBotUserAgentChatHistory
public HistorySyncConfigBuilder supportBotUserAgentChatHistory(Boolean supportBotUserAgentChatHistory) -
build
-