![JAR search and dependency download from the Maven repository](/logo.png)
com.belladati.sdk.user.UserGroup Maven / Gradle / Ivy
package com.belladati.sdk.user;
import com.belladati.sdk.util.Resource;
/**
* A BellaDati user group.
*
* @author Lubomir Elko
*/
public interface UserGroup extends Resource {
/**
* Returns the user group's full display name.
*
* @return the user group's full display name
*/
String getName();
/**
* Returns the user group's description.
*
* @return the user group's description
*/
String getDescription();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy