mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add NOTNOW status to activity result
This commit is contained in:
parent
adfae44ab5
commit
2d6f3298bf
@ -30,7 +30,7 @@ import java.util.List;
|
||||
public class ActivityStatus {
|
||||
|
||||
public enum Status {
|
||||
IN_PROGRESS, PENDING, COMPLETED, ERROR, REPEATED, INVALID, UNAUTHORIZED
|
||||
IN_PROGRESS, PENDING, COMPLETED, ERROR, REPEATED, INVALID, UNAUTHORIZED, NOTNOW
|
||||
}
|
||||
|
||||
@ApiModelProperty(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user