Package com.uc4.api.objects
Interface ICallOperatorCondition
public interface ICallOperatorCondition
This class represents a row in the Operator assignments of a Notification.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Calendar condition ornull
if no calendar condition is set.getEmail()
Returns an e-mail address ornull
if a User or UserGroup has been set.Returns the name or UserGroup of the Operator which should be notified.
-
Method Details
-
getOperatorName
UC4ObjectName getOperatorName()Returns the name or UserGroup of the Operator which should be notified.- Returns:
- Name of the Operator or UserGroup or
null
if an e-mail address is set
-
getCalendarCondition
CalendarCondition getCalendarCondition()Returns the Calendar condition ornull
if no calendar condition is set.- Returns:
- Calendar condition
-
getEmail
String getEmail()Returns an e-mail address ornull
if a User or UserGroup has been set.- Returns:
- e-mail address
-