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

com.hp.autonomy.hod.client.api.resource.ResourceIdentifier Maven / Gradle / Ivy

There is a newer version: 0.25.3
Show newest version
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