Package org.openiam.base.response.data
Class ProfilePictureResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.data.BaseDataResponse<ProfilePicture>
-
- org.openiam.base.response.data.ProfilePictureResponse
-
- All Implemented Interfaces:
Serializable
public class ProfilePictureResponse extends BaseDataResponse<ProfilePicture>
Created by Alexander Dukkardt on 2017-01-13.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description ProfilePictureResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
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
-
-