mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
parent
1a360057b6
commit
cbf56dd331
|
@ -1,6 +0,0 @@
|
|||
package one.nem.lacerta.model.search;
|
||||
|
||||
public class SearchRequest {
|
||||
|
||||
|
||||
}
|
|
@ -1,21 +1,4 @@
|
|||
package one.nem.lacerta.model.search;
|
||||
|
||||
public enum SearchType {
|
||||
|
||||
TITLE("title"),
|
||||
DESCRIPTION("description"),
|
||||
TAG("tag"),
|
||||
PATH("path"),
|
||||
CONTENT("content");
|
||||
|
||||
private final String value;
|
||||
|
||||
private SearchType(String value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
public String getValue() {
|
||||
return value;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user