Uses of Class
com.c8db.entity.AlertEntity
-
Packages that use AlertEntity Package Description com.c8db com.c8db.internal -
-
Uses of AlertEntity in com.c8db
Methods in com.c8db that return AlertEntity Modifier and Type Method Description AlertEntityC8DB. createAlerts(AlertEntity entity)Creates an AlertAlertEntityC8DB. updateAlerts(String updateParam, Map<String,String> queryParamMap)Acknowledges or Resolves an alertMethods in com.c8db that return types with arguments of type AlertEntity Modifier and Type Method Description Collection<AlertEntity>C8DB. getAlerts(Map<String,String> queryParamMap)Gets AlertsMethods in com.c8db with parameters of type AlertEntity Modifier and Type Method Description AlertEntityC8DB. createAlerts(AlertEntity entity)Creates an Alert -
Uses of AlertEntity in com.c8db.internal
Methods in com.c8db.internal that return AlertEntity Modifier and Type Method Description AlertEntityC8DBImpl. createAlerts(AlertEntity entity)AlertEntityC8DBImpl. updateAlerts(String updateParam, Map<String,String> queryParamMap)Methods in com.c8db.internal that return types with arguments of type AlertEntity Modifier and Type Method Description protected C8Executor.ResponseDeserializer<AlertEntity>InternalC8DB. alertsResponseDeserializer()Collection<AlertEntity>C8DBImpl. getAlerts(Map<String,String> queryParamMap)protected C8Executor.ResponseDeserializer<Collection<AlertEntity>>InternalC8DB. getAlertsResponseDeserializer()Methods in com.c8db.internal with parameters of type AlertEntity Modifier and Type Method Description protected RequestInternalC8DB. createAlertRequest(AlertEntity entity)AlertEntityC8DBImpl. createAlerts(AlertEntity entity)
-