public class UserProfilePluginInfo extends BaseProfilePluginInfo<UserPropertyInfo>
| Constructor and Description |
|---|
UserProfilePluginInfo(java.lang.String pluginType,
java.lang.String pluginName,
java.lang.String displayName,
java.util.List<UserPropertyInfo> userProperties) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UserPropertyInfo> |
getUserProperties() |
equals, getDisplayName, getPluginName, getPluginType, getProperties, hashCodepublic UserProfilePluginInfo(@NotNull
java.lang.String pluginType,
@NotNull
java.lang.String pluginName,
@NotNull
java.lang.String displayName,
@NotNull
java.util.List<UserPropertyInfo> userProperties)
@NotNull public java.util.List<UserPropertyInfo> getUserProperties()