Modifier and Type | Method and Description |
---|---|
BoolComparisonField |
ComparisonFieldAdapter.getAsBoolean()
Returns current
ComparisonField as BoolComparisonField |
BoolComparisonField |
PersonalStorageQueryBuilder.getOnlyFoldersCreatedByUser()
Gets folders that created by user, i.e.
|
BoolComparisonField |
AppointmentQueryBuilder.isAllDayEvent()
Gets the field that allows to find AllDayEvent items.
|
BoolComparisonField |
AppointmentQueryBuilder.isCancelled()
Gets the field that allows to find cancelled items.
|
BoolComparisonField |
AppointmentQueryBuilder.isMeeting()
Gets the field that allows to find Meeting items.
|
BoolComparisonField |
AppointmentQueryBuilder.isOrganizer()
Gets the field that allows to find items where user is organizer.
|
BoolComparisonField |
AppointmentQueryBuilder.isRecurring()
Gets the field that allows to find recurring items.
|