Modifier and Type | Method and Description |
---|---|
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
|
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.calendarLookup(java.lang.String pattern,
Verb verb) |
Modifier and Type | Method and Description |
---|---|
protected Container |
CalendarAutocompleteServiceTests.createTestContainer(java.lang.String uid,
java.lang.String name,
Verb verb,
boolean isDefault) |
protected void |
CalendarAutocompleteServiceTests.createTestUser(java.lang.String uid,
java.lang.String firstname,
java.lang.String lastname,
Verb verb) |
Modifier and Type | Field and Description |
---|---|
java.util.List<Verb> |
ContainerQuery.verb |
Modifier and Type | Field and Description |
---|---|
java.util.Set<Verb> |
ContainerDescriptor.verbs |
Modifier and Type | Field and Description |
---|---|
Verb |
AccessControlEntry.verb |
Verb[] |
Verb.verbs |
Modifier and Type | Method and Description |
---|---|
static Verb |
Verb.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Verb[] |
Verb.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Verb.can(Verb v) |
static AccessControlEntry |
AccessControlEntry.create(java.lang.String subject,
Verb verb)
Creates a new access control entry.
|
Modifier and Type | Method and Description |
---|---|
static Permission |
ContainerPermission.asPerm(Verb v) |
Constructor and Description |
---|
ContainerPermission(Verb verb) |
Copyright © 2021. All Rights Reserved.