public class FindItem extends BaseRequestType implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for FindItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindItemType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/messages}BaseRequestType">
<sequence>
<element name="ItemShape" type="{http://schemas.microsoft.com/exchange/services/2006/types}ItemResponseShapeType"/>
<choice minOccurs="0">
<element name="IndexedPageItemView" type="{http://schemas.microsoft.com/exchange/services/2006/types}IndexedPageViewType"/>
<element name="FractionalPageItemView" type="{http://schemas.microsoft.com/exchange/services/2006/types}FractionalPageViewType"/>
<element name="CalendarView" type="{http://schemas.microsoft.com/exchange/services/2006/types}CalendarViewType"/>
<element name="ContactsView" type="{http://schemas.microsoft.com/exchange/services/2006/types}ContactsViewType"/>
</choice>
<choice minOccurs="0">
<element name="GroupBy" type="{http://schemas.microsoft.com/exchange/services/2006/types}GroupByType"/>
<element name="DistinguishedGroupBy" type="{http://schemas.microsoft.com/exchange/services/2006/types}DistinguishedGroupByType"/>
</choice>
<element name="Restriction" type="{http://schemas.microsoft.com/exchange/services/2006/types}RestrictionType" minOccurs="0"/>
<element name="SortOrder" type="{http://schemas.microsoft.com/exchange/services/2006/types}NonEmptyArrayOfFieldOrdersType" minOccurs="0"/>
<element name="ParentFolderIds" type="{http://schemas.microsoft.com/exchange/services/2006/types}NonEmptyArrayOfBaseFolderIdsType"/>
</sequence>
<attribute name="Traversal" use="required" type="{http://schemas.microsoft.com/exchange/services/2006/types}ItemQueryTraversalType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CalendarViewType |
calendarView |
protected ContactsViewType |
contactsView |
protected DistinguishedGroupByType |
distinguishedGroupBy |
protected FractionalPageViewType |
fractionalPageItemView |
protected GroupByType |
groupBy |
protected IndexedPageViewType |
indexedPageItemView |
protected ItemResponseShapeType |
itemShape |
protected NonEmptyArrayOfBaseFolderIdsType |
parentFolderIds |
protected RestrictionType |
restriction |
protected NonEmptyArrayOfFieldOrdersType |
sortOrder |
protected ItemQueryTraversalType |
traversal |
| Constructor and Description |
|---|
FindItem() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
CalendarViewType |
getCalendarView()
Gets the value of the calendarView property.
|
ContactsViewType |
getContactsView()
Gets the value of the contactsView property.
|
DistinguishedGroupByType |
getDistinguishedGroupBy()
Gets the value of the distinguishedGroupBy property.
|
FractionalPageViewType |
getFractionalPageItemView()
Gets the value of the fractionalPageItemView property.
|
GroupByType |
getGroupBy()
Gets the value of the groupBy property.
|
IndexedPageViewType |
getIndexedPageItemView()
Gets the value of the indexedPageItemView property.
|
ItemResponseShapeType |
getItemShape()
Gets the value of the itemShape property.
|
NonEmptyArrayOfBaseFolderIdsType |
getParentFolderIds()
Gets the value of the parentFolderIds property.
|
RestrictionType |
getRestriction()
Gets the value of the restriction property.
|
NonEmptyArrayOfFieldOrdersType |
getSortOrder()
Gets the value of the sortOrder property.
|
ItemQueryTraversalType |
getTraversal()
Gets the value of the traversal property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setCalendarView(CalendarViewType value)
Sets the value of the calendarView property.
|
void |
setContactsView(ContactsViewType value)
Sets the value of the contactsView property.
|
void |
setDistinguishedGroupBy(DistinguishedGroupByType value)
Sets the value of the distinguishedGroupBy property.
|
void |
setFractionalPageItemView(FractionalPageViewType value)
Sets the value of the fractionalPageItemView property.
|
void |
setGroupBy(GroupByType value)
Sets the value of the groupBy property.
|
void |
setIndexedPageItemView(IndexedPageViewType value)
Sets the value of the indexedPageItemView property.
|
void |
setItemShape(ItemResponseShapeType value)
Sets the value of the itemShape property.
|
void |
setParentFolderIds(NonEmptyArrayOfBaseFolderIdsType value)
Sets the value of the parentFolderIds property.
|
void |
setRestriction(RestrictionType value)
Sets the value of the restriction property.
|
void |
setSortOrder(NonEmptyArrayOfFieldOrdersType value)
Sets the value of the sortOrder property.
|
void |
setTraversal(ItemQueryTraversalType value)
Sets the value of the traversal property.
|
String |
toString() |
protected ItemResponseShapeType itemShape
protected ContactsViewType contactsView
protected CalendarViewType calendarView
protected FractionalPageViewType fractionalPageItemView
protected IndexedPageViewType indexedPageItemView
protected DistinguishedGroupByType distinguishedGroupBy
protected GroupByType groupBy
protected RestrictionType restriction
protected NonEmptyArrayOfFieldOrdersType sortOrder
protected NonEmptyArrayOfBaseFolderIdsType parentFolderIds
protected ItemQueryTraversalType traversal
public ItemResponseShapeType getItemShape()
ItemResponseShapeTypepublic void setItemShape(ItemResponseShapeType value)
value - allowed object is
ItemResponseShapeTypepublic ContactsViewType getContactsView()
ContactsViewTypepublic void setContactsView(ContactsViewType value)
value - allowed object is
ContactsViewTypepublic CalendarViewType getCalendarView()
CalendarViewTypepublic void setCalendarView(CalendarViewType value)
value - allowed object is
CalendarViewTypepublic FractionalPageViewType getFractionalPageItemView()
FractionalPageViewTypepublic void setFractionalPageItemView(FractionalPageViewType value)
value - allowed object is
FractionalPageViewTypepublic IndexedPageViewType getIndexedPageItemView()
IndexedPageViewTypepublic void setIndexedPageItemView(IndexedPageViewType value)
value - allowed object is
IndexedPageViewTypepublic DistinguishedGroupByType getDistinguishedGroupBy()
DistinguishedGroupByTypepublic void setDistinguishedGroupBy(DistinguishedGroupByType value)
value - allowed object is
DistinguishedGroupByTypepublic GroupByType getGroupBy()
GroupByTypepublic void setGroupBy(GroupByType value)
value - allowed object is
GroupByTypepublic RestrictionType getRestriction()
RestrictionTypepublic void setRestriction(RestrictionType value)
value - allowed object is
RestrictionTypepublic NonEmptyArrayOfFieldOrdersType getSortOrder()
NonEmptyArrayOfFieldOrdersTypepublic void setSortOrder(NonEmptyArrayOfFieldOrdersType value)
value - allowed object is
NonEmptyArrayOfFieldOrdersTypepublic NonEmptyArrayOfBaseFolderIdsType getParentFolderIds()
NonEmptyArrayOfBaseFolderIdsTypepublic void setParentFolderIds(NonEmptyArrayOfBaseFolderIdsType value)
value - allowed object is
NonEmptyArrayOfBaseFolderIdsTypepublic ItemQueryTraversalType getTraversal()
ItemQueryTraversalTypepublic void setTraversal(ItemQueryTraversalType value)
value - allowed object is
ItemQueryTraversalTypepublic String toString()
toString in class BaseRequestTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class BaseRequestTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class BaseRequestTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class BaseRequestTypepublic boolean equals(Object object)
equals in class BaseRequestTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class BaseRequestTypepublic int hashCode()
hashCode in class BaseRequestTypeCopyright © 2016 Apereo. All Rights Reserved.