Interface CustomizationApi
public interface CustomizationApi
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Removes the current customizations.boolean
Restores the customizations as defined in the request object.Retrieves a CustomizationBackup file containing the current customizations present on this environment.
-
Method Details
-
deleteCustomizations
void deleteCustomizations()Removes the current customizations. -
restoreCustomizationsFromBackup
Restores the customizations as defined in the request object.- Parameters:
request
- the request containing the customization details- Returns:
- true if the customizations were restored successfully
-
retrieveBackupFile
CustomizationBackup retrieveBackupFile()Retrieves a CustomizationBackup file containing the current customizations present on this environment.- Returns:
- a CustomizationBackup file
-