![JAR search and dependency download from the Maven repository](/logo.png)
com.hp.autonomy.hod.client.api.resource.ResourceIdentifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-hod-client Show documentation
Show all versions of java-hod-client Show documentation
Java Client for communicating with HP Haven OnDemand
package com.hp.autonomy.hod.client.api.resource;
import java.io.Serializable;
/**
* Type that can be used as the identifier for a resource when making a request to HOD.
*/
public interface ResourceIdentifier extends Serializable {
String SEPARATOR = ":";
/**
* @return A string representation of this resource suitable for sending to HOD.
*/
@Override
String toString();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy