package com.github.jmchilton.blend4j.galaxy.beans.collection.response; /** * Interface defining an element within a dataset collection. */ public interface ElementResponse { }