public class CalendarAutocompleteService extends java.lang.Object implements ICalendarAutocomplete
Constructor and Description |
---|
CalendarAutocompleteService(BmContext context) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CalendarLookupResponse> |
calendarGroupLookup(java.lang.String groupUid) |
java.util.List<CalendarLookupResponse> |
calendarLookup(java.lang.String pattern,
Verb verb)
Lookup for calendar container
|
public CalendarAutocompleteService(BmContext context)
public java.util.List<CalendarLookupResponse> calendarGroupLookup(java.lang.String groupUid) throws ServerFault
calendarGroupLookup
in interface ICalendarAutocomplete
ServerFault
public java.util.List<CalendarLookupResponse> calendarLookup(java.lang.String pattern, Verb verb) throws ServerFault
ICalendarAutocomplete
calendarLookup
in interface ICalendarAutocomplete
pattern
- the search patternServerFault
Copyright © 2021. All Rights Reserved.