Class CreateClientFromTemplateResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.foundation.bf.provisioning.CreateClientFromTemplateResponseDTO
Result DTO for starting a client duplication process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringError code that indicates the duplication process could not be started.The processId that can be used to query the process' status.static final StringError code that indicates input validation failed.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO
EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DUPLICATION_FAILED
Error code that indicates the duplication process could not be started. See message text for error details.
For example when the target client already exists.- See Also:
-
VALIDATION_FAILED
Error code that indicates input validation failed. See message text for error details.
For example when admin user passwords are too insecure.- See Also:
-
processId
The processId that can be used to query the process' status.
-
-
Constructor Details
-
CreateClientFromTemplateResponseDTO
public CreateClientFromTemplateResponseDTO()
-