Class ImportJsonInJobRequest
- Object
-
- BaseImportRequest
-
- FileImportRequest
-
- ImportJsonInJobRequest
-
- All Implemented Interfaces:
Serializable
public class ImportJsonInJobRequest extends FileImportRequest
The request defining import call properties from a JSON file.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImportJsonInJobRequest.ImportJsonInJobRequestBuilder
-
Field Summary
-
Fields inherited from class FileImportRequest
continueOnError, deleteFile, file, fileId, fileName
-
Fields inherited from class BaseImportRequest
batchSize, DEFAULT_BATCH_SIZE, requestSource, saveResult, sendNotification, simulation
-
-
Constructor Summary
Constructors Constructor Description ImportJsonInJobRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImportJsonInJobRequest.ImportJsonInJobRequestBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getRelationsAction()
To replace and add/update existing relation during refresh.int
hashCode()
String
toString()
-
Methods inherited from class FileImportRequest
getFile, getFileId, getFileName, isContinueOnError, isDeleteFile, setContinueOnError, setDeleteFile, setFile, setFileId, setFileName
-
Methods inherited from class BaseImportRequest
getBatchSize, getRequestSource, isSaveResult, isSendNotification, isSimulation, setBatchSize, setRequestSource, setSaveResult, setSendNotification, setSimulation
-
-
-
-
Method Detail
-
builder
public static ImportJsonInJobRequest.ImportJsonInJobRequestBuilder builder()
-
getRelationsAction
public String getRelationsAction()
To replace and add/update existing relation during refresh. Possible values are: 'ADD_OR_IGNORE' and 'REPLACE'.
-
toString
public String toString()
- Overrides:
toString
in classFileImportRequest
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classFileImportRequest
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classFileImportRequest
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classFileImportRequest
-
-