Package org.openiam.base.response.data
Class SelfRegistrationWorkflowDtoResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.data.BaseDataResponse<SelfRegistrationWorkflowDto>
-
- org.openiam.base.response.data.SelfRegistrationWorkflowDtoResponse
-
- All Implemented Interfaces:
Serializable
public final class SelfRegistrationWorkflowDtoResponse extends BaseDataResponse<SelfRegistrationWorkflowDto>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description SelfRegistrationWorkflowDtoResponse()
-
Method Summary
-
Methods inherited from class org.openiam.base.response.data.BaseDataResponse
getValueInternal
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, isFailure, isSuccess, succeed
-
-