
microsoft.exchange.webservices.data.OutlookUser Maven / Gradle / Ivy
/**************************************************************************
* copyright file="OutlookUser.java" company="Microsoft"
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* Defines the OutlookUser.java.
**************************************************************************/
package microsoft.exchange.webservices.data;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
/**
* Represents the user Outlook configuration settings apply to.
*
*/
@EditorBrowsable(state = EditorBrowsableState.Never)
final class OutlookUser {
/**
* Converters to translate Outlook user settings.
* Each entry maps to a lambda expression used to
* get the matching property from the OutlookUser instance.
*/
private static LazyMember
© 2015 - 2025 Weber Informatics LLC | Privacy Policy