public class CamlQueryOptions
extends java.lang.Object
| Constructor and Description |
|---|
CamlQueryOptions()
Instantiates a new caml query options.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExtraIds()
Gets the extra ids.
|
java.lang.String |
getFolder()
Gets the folder.
|
int |
getMeetingInstanceId()
Gets the meeting instance id.
|
OptimizeFor |
getOptimizeFor()
Gets the optimize for.
|
java.lang.String |
getPaging()
Gets the paging.
|
RecurrencePatternXmlVersion |
getRecurrencePatternXmlVersion()
Gets the recurrence pattern xml version.
|
ViewScope |
getViewScope()
Gets the view scope.
|
boolean |
isDateInUtc()
Checks if is date in utc.
|
boolean |
isExpandUserField()
Checks if is expand user field.
|
boolean |
isIncludeAttachmentUrls()
Checks if is include attachment urls.
|
boolean |
isIncludeAttachmentVersion()
Checks if is include attachment version.
|
boolean |
isIncludeFragmentChanges()
Checks if is include fragment changes.
|
boolean |
isIncludeMandatoryColumns()
Checks if is include mandatory columns.
|
boolean |
isIncludePermissions()
Checks if is include permissions.
|
boolean |
isOptimizeLookups()
Checks if is optimize lookups.
|
boolean |
isRecurrenceOrderBy()
Checks if is recurrence order by.
|
boolean |
isRemoveInvalidXmlCharacters()
Checks if is removes the invalid xml characters.
|
void |
setDateInUtc(boolean dateInUtc)
Sets the date in utc.
|
void |
setExpandUserField(boolean expandUserField)
Sets the expand user field.
|
void |
setExtraIds(java.lang.String extraIds)
Sets the extra ids.
|
void |
setFolder(java.lang.String folder)
Sets the folder.
|
void |
setIncludeAttachmentUrls(boolean includeAttachmentUrls)
Sets the include attachment urls.
|
void |
setIncludeAttachmentVersion(boolean includeAttachmentVersion)
Sets the include attachment version.
|
void |
setIncludeFragmentChanges(boolean includeFragmentChanges)
Sets the include fragment changes.
|
void |
setIncludeMandatoryColumns(boolean includeMandatoryColumns)
Sets the include mandatory columns.
|
void |
setIncludePermissions(boolean includePermissions)
Sets the include permissions.
|
void |
setMeetingInstanceId(int meetingInstanceId)
Sets the meeting instance id.
|
void |
setOptimizeFor(OptimizeFor optimizeFor)
Sets the optimize for.
|
void |
setOptimizeLookups(boolean optimizeLookups)
Sets the optimize lookups.
|
void |
setPaging(java.lang.String paging)
Sets the paging.
|
void |
setRecurrenceOrderBy(boolean recurrenceOrderBy)
Sets the recurrence order by.
|
void |
setRecurrencePatternXmlVersion(RecurrencePatternXmlVersion recurrencePatternXmlVersion)
Sets the recurrence pattern xml version.
|
void |
setRemoveInvalidXmlCharacters(boolean removeInvalidXmlCharacters)
Sets the removes the invalid xml characters.
|
void |
setViewScope(ViewScope viewScope)
Sets the view scope.
|
java.lang.String |
toString() |
public CamlQueryOptions()
public java.lang.String getExtraIds()
public java.lang.String getFolder()
public int getMeetingInstanceId()
public OptimizeFor getOptimizeFor()
public java.lang.String getPaging()
public RecurrencePatternXmlVersion getRecurrencePatternXmlVersion()
public ViewScope getViewScope()
public boolean isDateInUtc()
public boolean isExpandUserField()
public boolean isIncludeAttachmentUrls()
public boolean isIncludeAttachmentVersion()
public boolean isIncludeFragmentChanges()
public boolean isIncludeMandatoryColumns()
public boolean isIncludePermissions()
public boolean isOptimizeLookups()
public boolean isRecurrenceOrderBy()
public boolean isRemoveInvalidXmlCharacters()
public void setDateInUtc(boolean dateInUtc)
dateInUtc - the new date in utcpublic void setExpandUserField(boolean expandUserField)
expandUserField - the new expand user fieldpublic void setExtraIds(java.lang.String extraIds)
extraIds - the new extra idspublic void setFolder(java.lang.String folder)
folder - the new folderpublic void setIncludeAttachmentUrls(boolean includeAttachmentUrls)
includeAttachmentUrls - the new include attachment urlspublic void setIncludeAttachmentVersion(boolean includeAttachmentVersion)
includeAttachmentVersion - the new include attachment versionpublic void setIncludeFragmentChanges(boolean includeFragmentChanges)
includeFragmentChanges - the new include fragment changespublic void setIncludeMandatoryColumns(boolean includeMandatoryColumns)
includeMandatoryColumns - the new include mandatory columnspublic void setIncludePermissions(boolean includePermissions)
includePermissions - the new include permissionspublic void setMeetingInstanceId(int meetingInstanceId)
meetingInstanceId - the new meeting instance idpublic void setOptimizeFor(OptimizeFor optimizeFor)
optimizeFor - the new optimize forpublic void setOptimizeLookups(boolean optimizeLookups)
optimizeLookups - the new optimize lookupspublic void setPaging(java.lang.String paging)
paging - the new pagingpublic void setRecurrenceOrderBy(boolean recurrenceOrderBy)
recurrenceOrderBy - the new recurrence order bypublic void setRecurrencePatternXmlVersion(RecurrencePatternXmlVersion recurrencePatternXmlVersion)
recurrencePatternXmlVersion - the new recurrence pattern xml versionpublic void setRemoveInvalidXmlCharacters(boolean removeInvalidXmlCharacters)
removeInvalidXmlCharacters - the new removes the invalid xml characterspublic void setViewScope(ViewScope viewScope)
viewScope - the new view scopepublic java.lang.String toString()
toString in class java.lang.Object