Class AttributeRequestInternal
java.lang.Object
com.skava.core.validation.InputModel
com.skava.accounts.model.exchange.request.RequestInternal
com.skava.accounts.model.exchange.request.AttributeRequestInternal
- All Implemented Interfaces:
Serializable
The Class AttributeRequestInternal defines attribute request model.
- Since:
- May 2020
- Version:
- 8.9.0
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method is used to convert to attributeDO object from Attribute Request object.
-
Constructor Details
-
AttributeRequestInternal
public AttributeRequestInternal()
-
-
Method Details
-
toDomainObject
This method is used to convert to attributeDO object from Attribute Request object.- Returns:
- It returns
AttributeDO
object.
-