Package com.uc4.api.objects
Interface ICallOperatorCondition
-
public interface ICallOperatorCondition
This class represents a row in the Operator assignments of a Notification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalendarCondition
getCalendarCondition()
Returns the Calendar condition ornull
if no calendar condition is set.java.lang.String
getEmail()
Returns an e-mail address ornull
if a User or UserGroup has been set.UC4ObjectName
getOperatorName()
Returns the name or UserGroup of the Operator which should be notified.
-
-
-
Method Detail
-
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
java.lang.String getEmail()
Returns an e-mail address ornull
if a User or UserGroup has been set.- Returns:
- e-mail address
-
-