public class UserSetting
extends java.lang.Object
| Constructor and Description |
|---|
UserSetting()
Initializes a new instance of the UserSetting class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the user setting.
|
java.util.List<ProtocolConnection> |
getProtocolConnections()
Gets a collection of protocol connections.
|
java.lang.String |
getType()
Gets the type.
|
java.lang.String |
getValue()
Gets the value of the user setting.
|
java.util.List<WebClientUrl> |
getWebClientUrls()
Gets the URL of an Exchange Web client.
|
public UserSetting()
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getType()
public java.util.List<WebClientUrl> getWebClientUrls()
public java.util.List<ProtocolConnection> getProtocolConnections()