wedroid/wrapper/src/main/java/it/unisannio/ding/ids/wedroid/wrapper/entity/Action.java

14 lines
295 B
Java
Raw Normal View History

2019-11-24 17:48:40 +00:00
package it.unisannio.ding.ids.wedroid.wrapper.entity;
2019-11-21 08:25:15 +00:00
import com.google.gson.annotations.SerializedName;
public enum Action {
@SerializedName("takeOwnership")
TAKE_OWNERSHIP,
@SerializedName("disableLogin")
DISABLE_LOGIN,
@SerializedName("enableLogin")
ENABLE_LOGIN
}