Class SynchronizationFinalizationRequest
Object
BaseImportRequest
SynchronizationFinalizationRequest
- All Implemented Interfaces:
Serializable
The request defining synchronization finalization call properties.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
-
Field Summary
Fields inherited from class BaseImportRequest
batchSize, DEFAULT_BATCH_SIZE, requestSource, saveResult, sendNotification, simulation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Map
<SynchronizationFinalizationRequest.SynchronizationFinalizationRequestBuilder.CustomFinalizationParameter, String> Deprecated.This parameter is deprecated and will be removed in the future.The synchronization finalization strategy used in the clean up action.If finalizationStrategy is set to `CHANGE_STATUS` then this parameter determines the new status ID for assets that no longer exist in the external system.The synchronization ID used to distinguish different synchronizations.int
hashCode()
toString()
Methods inherited from class BaseImportRequest
getBatchSize, getRequestSource, isSaveResult, isSendNotification, isSimulation, setBatchSize, setRequestSource, setSaveResult, setSendNotification, setSimulation
-
Constructor Details
-
SynchronizationFinalizationRequest
public SynchronizationFinalizationRequest()
-
-
Method Details
-
builder
public static SynchronizationFinalizationRequest.SynchronizationFinalizationRequestBuilder builder() -
getSynchronizationId
The synchronization ID used to distinguish different synchronizations. -
getFinalizationStrategy
The synchronization finalization strategy used in the clean up action. This determines whether to remove, ignore or change the status of assets that no longer exist in the external system. Possible values are `REMOVE_RESOURCES`, `CHANGE_STATUS` and `IGNORE`. When you select `CHANGE_STATUS` you must also provide a value for `missingAssetStatusId`. -
getMissingAssetStatusId
If finalizationStrategy is set to `CHANGE_STATUS` then this parameter determines the new status ID for assets that no longer exist in the external system. -
getFinalizationParameters
@Deprecated public Map<SynchronizationFinalizationRequest.SynchronizationFinalizationRequestBuilder.CustomFinalizationParameter,String> getFinalizationParameters()Deprecated.This parameter is deprecated and will be removed in the future. Please, use missingAssetStatusId. -
toString
- Overrides:
toString
in classBaseImportRequest
-
equals
- Overrides:
equals
in classBaseImportRequest
-
canEqual
- Overrides:
canEqual
in classBaseImportRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseImportRequest
-