public class SearchFolderType extends FolderType implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for SearchFolderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchFolderType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}FolderType">
<sequence>
<element name="SearchParameters" type="{http://schemas.microsoft.com/exchange/services/2006/types}SearchParametersType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SearchParametersType |
searchParameters |
permissionSet, unreadCountchildFolderCount, displayName, effectiveRights, extendedProperties, folderClass, folderId, managedFolderInformation, parentFolderId, totalCount| Constructor and Description |
|---|
SearchFolderType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy 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.EqualsStrategy strategy) |
SearchParametersType |
getSearchParameters()
Gets the value of the searchParameters property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setSearchParameters(SearchParametersType value)
Sets the value of the searchParameters property.
|
String |
toString() |
getPermissionSet, getUnreadCount, setPermissionSet, setUnreadCountgetChildFolderCount, getDisplayName, getEffectiveRights, getExtendedProperties, getFolderClass, getFolderId, getManagedFolderInformation, getParentFolderId, getTotalCount, setChildFolderCount, setDisplayName, setEffectiveRights, setFolderClass, setFolderId, setManagedFolderInformation, setParentFolderId, setTotalCountprotected SearchParametersType searchParameters
public SearchParametersType getSearchParameters()
SearchParametersTypepublic void setSearchParameters(SearchParametersType value)
value - allowed object is
SearchParametersTypepublic String toString()
toString in class FolderTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class FolderTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class FolderTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class FolderTypepublic boolean equals(Object object)
equals in class FolderTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class FolderTypepublic int hashCode()
hashCode in class FolderTypeCopyright © 2015 Jasig. All Rights Reserved.