Class CreateClientFromTemplateRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.foundation.bf.provisioning.CreateClientFromTemplateRequestDTO
Request parameters for creating a client by duplicating another.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe clientadmin bf users that should be created for the new client.The description of the new client created by this duplication.The identcode of the new client created by this duplication.The debtor number (Kundennummer) of the client.Primary email address to send important notifications to, e.g. user tips.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
newClientIdentCode
The identcode of the new client created by this duplication. The template client to be duplicated is specified byAbstractRequestDTO.clientIdentCode. -
newClientDescription
The description of the new client created by this duplication. -
newDebtorNumber
The debtor number (Kundennummer) of the client. -
notificationEmailAddress
Primary email address to send important notifications to, e.g. user tips. -
adminBfUsers
The clientadmin bf users that should be created for the new client.
-
-
Constructor Details
-
CreateClientFromTemplateRequestDTO
public CreateClientFromTemplateRequestDTO()
-