Package org.openiam.base.response.list
Class IdentityQuestionListResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.list.BaseListResponse<IdentityQuestion>
-
- org.openiam.base.response.list.IdentityQuestionListResponse
-
- All Implemented Interfaces:
Serializable
public class IdentityQuestionListResponse extends BaseListResponse<IdentityQuestion>
Created by Alexander Dukkardt on 2016-12-22.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description IdentityQuestionListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-