public class UserGroupProfilePluginInfo extends BaseProfilePluginInfo<UserGroupPropertyInfo>
| Constructor and Description |
|---|
UserGroupProfilePluginInfo(java.lang.String pluginType,
java.lang.String pluginName,
java.lang.String displayName,
java.util.List<UserGroupPropertyInfo> userGroupProperties) |
equals, getDisplayName, getPluginName, getPluginType, getProperties, hashCodepublic UserGroupProfilePluginInfo(@NotNull
java.lang.String pluginType,
@NotNull
java.lang.String pluginName,
@NotNull
java.lang.String displayName,
@NotNull
java.util.List<UserGroupPropertyInfo> userGroupProperties)