All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.belladati.sdk.util.Resource Maven / Gradle / Ivy

Go to download

The BellaDati SDK allows accessing a BellaDati server from 3rd-party applications using Java. This project contains the SDK's interface definitions.

There is a newer version: 0.9.15.1
Show newest version
package com.belladati.sdk.util;

/**
 * A unique resource from the BellaDati API.
 * 
 * @author Chris Hennigfeld
 */
public interface Resource extends IdElement {

	/**
	 * Returns the ID of this resource.
	 * 
	 * @return the ID of this resource
	 */
	String getId();

	/**
	 * Returns the name of this resource.
	 * 
	 * @return the name of this resource
	 */
	String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy