Class MembershipResponse
- java.lang.Object
-
- org.flowable.rest.service.api.identity.MembershipRequest
-
- org.flowable.rest.service.api.identity.MembershipResponse
-
public class MembershipResponse extends MembershipRequest
- Author:
- Frederik Heremans
-
-
Constructor Summary
Constructors Constructor Description MembershipResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()StringgetUrl()voidsetGroupId(String groupId)voidsetUrl(String url)-
Methods inherited from class org.flowable.rest.service.api.identity.MembershipRequest
getUserId, setUserId
-
-