Class UserInfoResponse
- java.lang.Object
-
- org.flowable.rest.service.api.identity.UserInfoRequest
-
- org.flowable.rest.service.api.identity.UserInfoResponse
-
public class UserInfoResponse extends UserInfoRequest
- Author:
- Frederik Heremans
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringurl-
Fields inherited from class org.flowable.rest.service.api.identity.UserInfoRequest
key, value
-
-
Constructor Summary
Constructors Constructor Description UserInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUrl()voidsetUrl(String url)-
Methods inherited from class org.flowable.rest.service.api.identity.UserInfoRequest
getKey, getValue, setKey, setValue
-
-