Class AppInstallationRequest
java.lang.Object
com.skava.core.validation.InputModel
com.skava.marketplace.model.exchange.request.AppInstallationRequest
- All Implemented Interfaces:
Serializable
public class AppInstallationRequest
extends com.skava.core.validation.InputModel
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts the AppInstallationRequest object to an AppInstallationDO object and sets the corresponding values in the domain object.
-
Constructor Details
-
AppInstallationRequest
public AppInstallationRequest()
-
-
Method Details
-
toDomainObject
Converts the AppInstallationRequest object to an AppInstallationDO object and sets the corresponding values in the domain object.- Returns:
- The AppInstallationDO object.
-