io.securecodebox.persistence.defectdojo.model.Model Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of defectdojo-client Show documentation
Show all versions of defectdojo-client Show documentation
This library helps with interacting with the REST API of DefectDojo.
The newest version!
package io.securecodebox.persistence.defectdojo.model;
import java.util.Map;
/**
* Interface for all models
*/
public interface Model {
boolean equalsQueryString(Map queryParams);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy