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