Add BoardView
This commit is contained in:
parent
66e451b2b0
commit
a6b0ee9e7d
13
wrapper/src/main/java/wekan/wrapper/entity/BoardView.java
Normal file
13
wrapper/src/main/java/wekan/wrapper/entity/BoardView.java
Normal file
@ -0,0 +1,13 @@
|
||||
package wekan.wrapper.entity;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public enum BoardView {
|
||||
|
||||
@SerializedName("board-view-lists")
|
||||
BOARD_VIEW_LISTS,
|
||||
@SerializedName("board-view-swimlanes")
|
||||
BOARD_VIEW_SWIMLANES,
|
||||
@SerializedName("board-view-cal")
|
||||
BOARD_VIEW_CAL
|
||||
}
|
Loading…
Reference in New Issue
Block a user