Class GroupParam
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.translation.form.GroupParam
-
public class GroupParam extends Object
Information about a group membership to be added for an entity being registered.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description GroupParam(String group, String externalIdp, String translationProfile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetExternalIdp()StringgetGroup()StringgetTranslationProfile()inthashCode()StringtoString()
-