Class APIKeySecretRequestInternal
java.lang.Object
com.skava.core.validation.InputModel
com.skava.marketplace.model.exchange.request.APIKeySecretRequestInternal
- All Implemented Interfaces:
Serializable
public class APIKeySecretRequestInternal
extends com.skava.core.validation.InputModel
Represents an internal API key secret request, including the app ID,
app version, business ID, API key secret request,
locale, and authentication token.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts the APIKeySecretRequestInternal object to an APIKeySecretDO object.
-
Constructor Details
-
APIKeySecretRequestInternal
public APIKeySecretRequestInternal()
-
-
Method Details
-
toDomainObject
Converts the APIKeySecretRequestInternal object to an APIKeySecretDO object.- Returns:
- The APIKeySecretDO object.
-