All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.exchange.webservices.data.ISearchStringProvider Maven / Gradle / Ivy

Go to download

The source came from http://archive.msdn.microsoft.com/ewsjavaapi Support for Maven has been added.

The newest version!
/**************************************************************************
 * 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 - 2024 Weber Informatics LLC | Privacy Policy