Package | Description |
---|---|
net.bluemind.calendar.api | |
net.bluemind.calendar.service.internal |
Modifier and Type | Method and Description |
---|---|
static CalendarLookupResponse |
CalendarLookupResponse.calendar(java.lang.String uid,
java.lang.String name,
java.lang.String email,
java.lang.String ownerUid) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.util.List<CalendarLookupResponse>> |
ICalendarAutocompletePromise.calendarGroupLookup(java.lang.String groupUid) |
java.util.List<CalendarLookupResponse> |
ICalendarAutocomplete.calendarGroupLookup(java.lang.String groupUid) |
java.util.concurrent.CompletableFuture<java.util.List<CalendarLookupResponse>> |
ICalendarAutocompletePromise.calendarLookup(java.lang.String pattern,
Verb verb) |
java.util.List<CalendarLookupResponse> |
ICalendarAutocomplete.calendarLookup(java.lang.String pattern,
Verb verb)
Lookup for calendar container
|
Modifier and Type | Method and Description |
---|---|
void |
ICalendarAutocompleteAsync.calendarGroupLookup(java.lang.String groupUid,
AsyncHandler<java.util.List<CalendarLookupResponse>> handler) |
void |
ICalendarAutocompleteAsync.calendarLookup(java.lang.String pattern,
Verb verb,
AsyncHandler<java.util.List<CalendarLookupResponse>> handler) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CalendarLookupResponse> |
CalendarAutocompleteService.calendarGroupLookup(java.lang.String groupUid) |
java.util.List<CalendarLookupResponse> |
CalendarAutocompleteService.calendarLookup(java.lang.String pattern,
Verb verb) |
Copyright © 2021. All Rights Reserved.