Uses of Class
microsoft.exchange.webservices.data.core.exception.service.local.ServiceVersionException

Packages that use ServiceVersionException
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.misc   
microsoft.exchange.webservices.data.property.complex   
microsoft.exchange.webservices.data.search   
 

Uses of ServiceVersionException in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that throw ServiceVersionException
static void EwsUtilities.validateClassVersion(ExchangeService service, ExchangeVersion minimumServerVersion, String className)
          Validates class version against the request version.
static void EwsUtilities.validateEnumVersionValue(Enum<?> enumValue, ExchangeVersion requestVersion)
          Validate enum version value.
 void PropertySet.validateForRequest(ServiceRequestBase request, boolean summaryPropertiesOnly)
          Validates this property set instance for request to ensure that: 1.
static void EwsUtilities.validateMethodVersion(ExchangeService service, ExchangeVersion minimumServerVersion, String methodName)
          Validate method version.
static void EwsUtilities.validatePropertyVersion(ExchangeService service, ExchangeVersion minimumServerVersion, String propertyName)
          Validates property version against the request version.
static void EwsUtilities.validateServiceObjectVersion(ServiceObject serviceObject, ExchangeVersion requestVersion)
          Validates service object version against the request version.
 

Uses of ServiceVersionException in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that throw ServiceVersionException
protected  void ServiceRequestBase.throwIfNotSupportedByRequestedServerVersion()
          Throw exception if request is not supported in requested server version.
 

Constructors in microsoft.exchange.webservices.data.core.request that throw ServiceVersionException
GetStreamingEventsRequest(ExchangeService service, HangingServiceRequestBase.IHandleResponseObject serviceObjectHandler, Iterable<String> subscriptionIds, int connectionTimeout)
          Initializes a new instance of the GetStreamingEventsRequest class.
HangingServiceRequestBase(ExchangeService service, HangingServiceRequestBase.IHandleResponseObject handler, int heartbeatFrequency)
          Initializes a new instance of the HangingServiceRequestBase class.
ServiceRequestBase(ExchangeService service)
          Initializes a new instance.
 

Uses of ServiceVersionException in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item that throw ServiceVersionException
 void Contact.validate()
          Validates this instance.
 

Uses of ServiceVersionException in microsoft.exchange.webservices.data.misc
 

Methods in microsoft.exchange.webservices.data.misc that throw ServiceVersionException
 void FolderIdWrapperList.validate(ExchangeVersion version)
          Validates list of folderIds against a specified request version.
protected  void FolderIdWrapper.validate(ExchangeVersion version)
          Validates folderId against specified version.
protected  void AbstractFolderIdWrapper.validate(ExchangeVersion version)
          Validates folderId against specified version.
 

Uses of ServiceVersionException in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex that throw ServiceVersionException
 boolean Attachment.getIsInline()
          Gets a value indicating whether this is an inline attachment.
 Date Attachment.getLastModifiedTime()
          Gets the date and time when this attachment was last modified.
 int Attachment.getSize()
          Gets the size of the attachment.
 boolean FileAttachment.isContactPhoto()
          Gets a value indicating whether this attachment is a contact photo.
 void FileAttachment.setIsContactPhoto(boolean isContactPhoto)
          Sets the checks if is contact photo.
 void Attachment.setIsInline(boolean value)
          Sets the checks if is inline.
 void FolderId.validate(ExchangeVersion version)
          Validates FolderId against a specified request version.
 

Uses of ServiceVersionException in microsoft.exchange.webservices.data.search
 

Methods in microsoft.exchange.webservices.data.search that throw ServiceVersionException
 void ViewBase.internalValidate(ServiceRequestBase request)
          Validates this view.
 void PagedView.internalValidate(ServiceRequestBase request)
          Validates this view.
 void ItemView.internalValidate(ServiceRequestBase request)
          Validates this view.
 void ConversationIndexedItemView.internalValidate(ServiceRequestBase request)
          Validates this view.
 void CalendarView.internalValidate(ServiceRequestBase request)
          Validate instance.
 



Copyright © 2012–2015 Microsoft. All rights reserved.