Class ConsentHistoryListResponse
java.lang.Object
io.getlime.security.powerauth.app.tppengine.model.response.ConsentHistoryListResponse
public class ConsentHistoryListResponse extends Object
Class representing a response of the consent history for given user.
- Author:
- Petr Dvorak, petr@wultra.com
-
Constructor Summary
Constructors Constructor Description ConsentHistoryListResponse() -
Method Summary
Modifier and Type Method Description List<GivenConsentHistory>getHistory()StringgetUserId()voidsetHistory(List<GivenConsentHistory> history)voidsetUserId(String userId)
-
Constructor Details
-
ConsentHistoryListResponse
public ConsentHistoryListResponse()
-
-
Method Details
-
getUserId
-
setUserId
-
getHistory
-
setHistory
-