ca.gc.aafc.dina.dto.JsonApiExternalResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dina-base-api Show documentation
Show all versions of dina-base-api Show documentation
Base DINA API package for Java built on SpringBoot and Crnk
The newest version!
package ca.gc.aafc.dina.dto;
import java.util.UUID;
/**
* Interface representing a resource held in another module.
*/
public interface JsonApiExternalResource {
String getJsonApiType();
UUID getJsonApiId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy