Package org.openiam.base.response.list
Class UIThemeListResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.list.BaseListResponse<UITheme>
-
- org.openiam.base.response.list.UIThemeListResponse
-
- All Implemented Interfaces:
Serializable
public class UIThemeListResponse extends BaseListResponse<UITheme>
Created by alexander on 06/12/16.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description UIThemeListResponse()
-
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
-
-