
microsoft.exchange.webservices.data.ISearchStringProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exchange-ws-api Show documentation
Show all versions of exchange-ws-api Show documentation
The source came from http://archive.msdn.microsoft.com/ewsjavaapi
Support for Maven has been added.
/**************************************************************************
* copyright file="ISearchStringProvider.java" company="Microsoft"
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* Defines the ISearchStringProvider.java.
**************************************************************************/
package microsoft.exchange.webservices.data;
/***
* Interface defined for types that can produce a string representation for use
* in search filters.
*
*/
public interface ISearchStringProvider {
/***
* Get a string representation for using this instance in a search filter.
*
* @return String representation of instance.
*/
String getSearchString();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy