Class SiteBackupSettings
java.lang.Object
com.atlassian.confluence.api.model.backuprestore.SiteBackupSettings
Site Backup settings
- Since:
- 8.2.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSiteBackupSettings
(boolean skipAttachments, boolean keepPermanently, String fileNamePrefix) -
Method Summary
Modifier and TypeMethodDescriptionstatic SiteBackupSettings.Builder
builder()
boolean
boolean
void
setFileNamePrefix
(String fileNamePrefix) void
setKeepPermanently
(boolean keepPermanently) void
setSkipAttachments
(boolean skipAttachments)
-
Constructor Details
-
SiteBackupSettings
-
SiteBackupSettings
public SiteBackupSettings()
-
-
Method Details
-
isSkipAttachments
public boolean isSkipAttachments() -
setSkipAttachments
public void setSkipAttachments(boolean skipAttachments) -
isKeepPermanently
public boolean isKeepPermanently() -
setKeepPermanently
public void setKeepPermanently(boolean keepPermanently) -
getFileNamePrefix
-
setFileNamePrefix
-
builder
-