public class ResolveNamesMethod extends EWSMethod
EWSMethod.Attendee, EWSMethod.Item, EWSMethod.Occurrence
Modifier and Type | Field and Description |
---|---|
protected static AttributeOption |
RETURN_FULL_CONTACT_DATA |
additionalProperties, attachment, attachmentId, backOffMilliseconds, baseShape, CHUNK_LENGTH, CONTENT_TYPE, deleteType, errorDescription, errorDetail, errorValue, fieldOrder, folderId, includeMimeContent, includesLastItemInRange, item, itemId, itemIds, itemType, LOGGER, maxCount, methodName, methodOptions, offset, parentFolderId, parentItemId, responseCollectionName, responseItems, savedItemFolderId, searchExpression, serverVersion, timezoneContext, toFolderId, traversal, unresolvedEntry, updates
Constructor and Description |
---|
ResolveNamesMethod(String value)
Build Resolve Names method
|
Modifier and Type | Method and Description |
---|---|
protected void |
handleContact(XMLStreamReader reader,
EWSMethod.Item responseItem) |
protected void |
handleEmailAddresses(XMLStreamReader reader,
EWSMethod.Item responseItem) |
protected EWSMethod.Item |
handleItem(XMLStreamReader reader) |
protected void |
handleMailbox(XMLStreamReader reader,
EWSMethod.Item responseItem) |
protected void |
handlePhoneNumbers(XMLStreamReader reader,
EWSMethod.Item responseItem) |
protected void |
handlePhysicalAddress(XMLStreamReader reader,
EWSMethod.Item responseItem,
String addressType) |
protected void |
handlePhysicalAddresses(XMLStreamReader reader,
EWSMethod.Item responseItem) |
protected void |
handleUserCertificate(XMLStreamReader reader,
EWSMethod.Item responseItem,
String contextTagLocalName) |
protected void |
skipTag(XMLStreamReader reader,
String tagLocalName) |
addAdditionalProperty, addExtendedPropertyValue, addMethodOption, checkSuccess, endChanges, generateSoapEnvelope, getAttributeValue, getMimeContent, getResponseItem, getResponseItems, getServerVersion, getStatusCode, getTagContent, handleAttachments, handleAttendee, handleAttendees, handleCustom, handleErrors, handleFileAttachment, handleMember, handleMembers, handleMimeContent, handleModifiedOccurrences, handleOccurrence, handleResponse, handleTag, processResponseStream, responseTypeToPartstat, setFieldOrder, setSearchExpression, setServerVersion, setTimezoneContext, startChanges, writeAttachmentId, writeAttachments, writeFolderId, writeIndexedPageView, writeItem, writeItemId, writeParentFolderId, writeParentItemId, writeRestriction, writeSavedItemFolderId, writeShape, writeSoapBody, writeSortOrder, writeToFolderId, writeUnresolvedEntry, writeUpdates
clone, expectContinue, getEntity, setEntity
getConfig, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, started, toString
abort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTrigger
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected static final AttributeOption RETURN_FULL_CONTACT_DATA
public ResolveNamesMethod(String value)
value
- search valueprotected EWSMethod.Item handleItem(XMLStreamReader reader) throws XMLStreamException
handleItem
in class EWSMethod
XMLStreamException
protected void handleMailbox(XMLStreamReader reader, EWSMethod.Item responseItem) throws XMLStreamException
XMLStreamException
protected void handleContact(XMLStreamReader reader, EWSMethod.Item responseItem) throws XMLStreamException
XMLStreamException
protected void handlePhysicalAddress(XMLStreamReader reader, EWSMethod.Item responseItem, String addressType) throws XMLStreamException
XMLStreamException
protected void handlePhysicalAddresses(XMLStreamReader reader, EWSMethod.Item responseItem) throws XMLStreamException
XMLStreamException
protected void handlePhoneNumbers(XMLStreamReader reader, EWSMethod.Item responseItem) throws XMLStreamException
XMLStreamException
protected void handleUserCertificate(XMLStreamReader reader, EWSMethod.Item responseItem, String contextTagLocalName) throws XMLStreamException
XMLStreamException
protected void skipTag(XMLStreamReader reader, String tagLocalName) throws XMLStreamException
XMLStreamException
protected void handleEmailAddresses(XMLStreamReader reader, EWSMethod.Item responseItem) throws XMLStreamException
handleEmailAddresses
in class EWSMethod
XMLStreamException
Copyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.