Package com.uc4.api.objects
Interface ICallOperatorCondition
- 
public interface ICallOperatorConditionThis class represents a row in the Operator assignments of a Notification. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalendarConditiongetCalendarCondition()Returns the Calendar condition ornullif no calendar condition is set.java.lang.StringgetEmail()Returns an e-mail address ornullif a User or UserGroup has been set.UC4ObjectNamegetOperatorName()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 
nullif an e-mail address is set 
 
- 
getCalendarCondition
CalendarCondition getCalendarCondition()
Returns the Calendar condition ornullif no calendar condition is set.- Returns:
 - Calendar condition
 
 
- 
getEmail
java.lang.String getEmail()
Returns an e-mail address ornullif a User or UserGroup has been set.- Returns:
 - e-mail address
 
 
 - 
 
 -