1 2 3 4 5 6 7 8
public enum TodoVisibility { PRIVATE = 0, UNLISTED = 1, TENANT_WIDE = 2, PUBLIC = 3, }