public class NoteItemFilter extends ContentItemFilter
ORDER_BY_TRIAGE_STATUS_RANK_ASC, ORDER_BY_TRIAGE_STATUS_RANK_DESC| Constructor and Description |
|---|
NoteItemFilter() |
| Modifier and Type | Method and Description |
|---|---|
FilterCriteria |
getBody() |
Boolean |
getHasModifications() |
FilterCriteria |
getIcalUid() |
Boolean |
getIsModification() |
NoteItem |
getMasterNoteItem() |
FilterCriteria |
getModifiedSince() |
FilterCriteria |
getReminderTime() |
void |
setBody(FilterCriteria body)
Match notes with a body that matches a given String.
|
void |
setHasModifications(Boolean hasModifications)
Matches notes with or without modifications.
|
void |
setIcalUid(FilterCriteria icalUid)
Match notes with an specific icalUid
|
void |
setIsModification(Boolean isModification)
Matches notes that are or are not a modification
|
void |
setMasterNoteItem(NoteItem masterNoteItem)
Matches the specified NoteItem and any modifications to that NoteItem
|
void |
setModifiedSince(FilterCriteria modifiedSince) |
void |
setReminderTime(FilterCriteria reminderTime)
Matches notes with reminderTime matching the specified criteria.
|
getTriageStatusCode, setTriageStatusCodeaddOrderBy, getAttributeFilter, getAttributeFilters, getDisplayName, getFilterProperty, getMaxResults, getOrders, getParent, getStampFilter, getStampFilters, getUid, setDisplayName, setFilterProperty, setMaxResults, setParent, setUidpublic void setBody(FilterCriteria body)
body - body string to matchpublic FilterCriteria getBody()
public FilterCriteria getIcalUid()
public void setIcalUid(FilterCriteria icalUid)
icalUid - public Boolean getHasModifications()
public void setHasModifications(Boolean hasModifications)
hasModifications - if present, matches notes with or without
modificationspublic Boolean getIsModification()
public void setIsModification(Boolean isModification)
isModification - if present, matches notes that are or are not
a modificationpublic NoteItem getMasterNoteItem()
public void setMasterNoteItem(NoteItem masterNoteItem)
masterNoteItem - public FilterCriteria getReminderTime()
public void setReminderTime(FilterCriteria reminderTime)
reminderTime - public FilterCriteria getModifiedSince()
public void setModifiedSince(FilterCriteria modifiedSince)
Copyright © 2012–2018 1&1. All rights reserved.