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

io.katharsis.resource.links.RelatedLinksInformation Maven / Gradle / Ivy

The newest version!
package io.katharsis.resource.links;

public interface RelatedLinksInformation extends LinksInformation {

	public String getRelated();

	public void setRelated(String related);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy