
com.belladati.sdk.util.Resource Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy