
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