Uses of Class
com.kaltura.client.enums.ScheduleEventConflictType
-
Packages that use ScheduleEventConflictType Package Description com.kaltura.client.enums com.kaltura.client.services -
-
Uses of ScheduleEventConflictType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return ScheduleEventConflictType Modifier and Type Method Description static ScheduleEventConflictTypeScheduleEventConflictType. get(Integer value)static ScheduleEventConflictTypeScheduleEventConflictType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduleEventConflictType[]ScheduleEventConflictType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScheduleEventConflictType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type ScheduleEventConflictType Modifier and Type Method Description static ScheduleEventService.GetConflictsScheduleEventBuilderScheduleEventService. getConflicts(String resourceIds, ScheduleEvent scheduleEvent, String scheduleEventIdToIgnore, ScheduleEventConflictType scheduleEventConflictType)List conflicting events for resourcesIds by event's datesConstructors in com.kaltura.client.services with parameters of type ScheduleEventConflictType Constructor Description GetConflictsScheduleEventBuilder(String resourceIds, ScheduleEvent scheduleEvent, String scheduleEventIdToIgnore, ScheduleEventConflictType scheduleEventConflictType)
-