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

de.escalon.hypermedia.spring.siren.SirenEntityContainer Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package de.escalon.hypermedia.spring.siren;

import java.util.List;
import java.util.Map;

/**
 * Created by Dietrich on 22.04.2016.
 */
public interface SirenEntityContainer {

    List getEntities();

    void setLinks(List links);

    void setProperties(Map properties);

    void setSirenClasses(List sirenClasses);

    void addSubEntity(SirenSubEntity sirenSubEntity);

    void setEmbeddedLinks(List embeddedLinks);

    void setActions(List actions);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy