Uses of Class
microsoft.exchange.webservices.data.core.exception.service.local.ServiceVersionException
-
-
Uses of ServiceVersionException in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that throw ServiceVersionException Modifier and Type Method Description static voidEwsUtilities. validateClassVersion(ExchangeService service, ExchangeVersion minimumServerVersion, String className)Validates class version against the request version.static voidEwsUtilities. validateEnumVersionValue(Enum<?> enumValue, ExchangeVersion requestVersion)Validate enum version value.voidPropertySet. validateForRequest(ServiceRequestBase request, boolean summaryPropertiesOnly)Validates this property set instance for request to ensure that: 1.static voidEwsUtilities. validateMethodVersion(ExchangeService service, ExchangeVersion minimumServerVersion, String methodName)Validate method version.static voidEwsUtilities. validatePropertyVersion(ExchangeService service, ExchangeVersion minimumServerVersion, String propertyName)Validates property version against the request version.static voidEwsUtilities. 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 Modifier and Type Method Description protected voidServiceRequestBase. throwIfNotSupportedByRequestedServerVersion()Throw exception if request is not supported in requested server version.Constructors in microsoft.exchange.webservices.data.core.request that throw ServiceVersionException Constructor Description 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 Modifier and Type Method Description voidContact. validate()Validates this instance. -
Uses of ServiceVersionException in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that throw ServiceVersionException Modifier and Type Method Description protected voidAbstractFolderIdWrapper. validate(ExchangeVersion version)Validates folderId against specified version.protected voidFolderIdWrapper. validate(ExchangeVersion version)Validates folderId against specified version.voidFolderIdWrapperList. validate(ExchangeVersion version)Validates list of folderIds against a specified request version. -
Uses of ServiceVersionException in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that throw ServiceVersionException Modifier and Type Method Description booleanAttachment. getIsInline()Gets a value indicating whether this is an inline attachment.DateAttachment. getLastModifiedTime()Gets the date and time when this attachment was last modified.intAttachment. getSize()Gets the size of the attachment.booleanFileAttachment. isContactPhoto()Gets a value indicating whether this attachment is a contact photo.voidFileAttachment. setIsContactPhoto(boolean isContactPhoto)Sets the checks if is contact photo.voidAttachment. setIsInline(boolean value)Sets the checks if is inline.voidFolderId. 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 Modifier and Type Method Description voidCalendarView. internalValidate(ServiceRequestBase request)Validate instance.voidConversationIndexedItemView. internalValidate(ServiceRequestBase request)Validates this view.voidItemView. internalValidate(ServiceRequestBase request)Validates this view.voidPagedView. internalValidate(ServiceRequestBase request)Validates this view.voidViewBase. internalValidate(ServiceRequestBase request)Validates this view.
-