Package org.openiam.base.response.list
Class EmailAddressListResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.list.BaseListResponse<EmailAddress>
-
- org.openiam.base.response.list.EmailAddressListResponse
-
- All Implemented Interfaces:
Serializable
public class EmailAddressListResponse extends BaseListResponse<EmailAddress>
Response object for a web service operation that returns a role.- Author:
- suneet
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description EmailAddressListResponse()
-
Method Summary
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-