All Downloads are FREE. Search and download functionalities are using the official Maven repository.

model.UserPresenceCategory Maven / Gradle / Ivy

There is a newer version: 1.3.9
Show newest version
package model;

/**
 * The available online status values (presence categories)
 *
 * @author Thibault Pensec
 * @since 07/02/2020
 */
public enum UserPresenceCategory {
  AVAILABLE,
  AWAY,
  BUSY,
  ON_THE_PHONE,
  BE_RIGHT_BACK,
  IN_A_MEETING,
  OUT_OF_OFFICE,
  OFF_WORK,
  DO_NOT_DISTURB
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy