Uses of Interface
microsoft.exchange.webservices.data.misc.IFunction
-
Packages that use IFunction Package Description microsoft.exchange.webservices.data.misc -
-
Uses of IFunction in microsoft.exchange.webservices.data.misc
Classes in microsoft.exchange.webservices.data.misc that implement IFunction Modifier and Type Class Description static classIFunctions.Base64Decoderstatic classIFunctions.Base64Encoderstatic classIFunctions.DateTimeToXSDateTimestatic classIFunctions.StringToObjectstatic classIFunctions.ToBooleanstatic classIFunctions.ToLowerCasestatic classIFunctions.ToStringstatic classIFunctions.ToUUIDMethods in microsoft.exchange.webservices.data.misc that return IFunction Modifier and Type Method Description protected IFunction<Object,String>MapiTypeConverterMapEntry. getConvertToString()Gets the string to object converter.protected IFunction<String,Object>MapiTypeConverterMapEntry. getParse()Gets the string parser.Methods in microsoft.exchange.webservices.data.misc with parameters of type IFunction Modifier and Type Method Description protected voidMapiTypeConverterMapEntry. setConvertToString(IFunction<Object,String> value)Sets the string to object converter.protected voidMapiTypeConverterMapEntry. setParse(IFunction<String,Object> value)Sets the string parser.
-