
com.belladati.sdk.user.UserGroup Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-api Show documentation
Show all versions of sdk-api Show documentation
The BellaDati SDK allows accessing a BellaDati server from 3rd-party applications using Java. This project contains the SDK's interface definitions.
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