| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
UserConfigurationDictionaryObjectType |
UserConfigurationDictionaryValue.getType()
Gets the dictionary object type.
|
UserConfigurationDictionaryObjectType |
UserConfigurationDictionaryKey.getType()
Gets a dictionary object type.
|
static UserConfigurationDictionaryObjectType |
UserConfigurationDictionaryObjectType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserConfigurationDictionaryObjectType[] |
UserConfigurationDictionaryObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserConfigurationDictionaryValue.setType(UserConfigurationDictionaryObjectType type)
Sets the dictionary object type.
|
void |
UserConfigurationDictionaryKey.setType(UserConfigurationDictionaryObjectType type)
Sets a dictionary object type.
|
| Constructor and Description |
|---|
UserConfigurationDictionaryKey(UserConfigurationDictionaryObjectType type,
java.util.List<java.lang.String> values)
Initializes a new instance of the UserConfigurationDictionaryKey class.
|
UserConfigurationDictionaryKey(UserConfigurationDictionaryObjectType type,
java.lang.String value)
Initializes a new instance of the UserConfigurationDictionaryKey class.
|
UserConfigurationDictionaryValue(UserConfigurationDictionaryObjectType type,
java.util.List<java.lang.String> values)
Initializes a new instance of the UserConfigurationDictionaryValue class.
|
UserConfigurationDictionaryValue(UserConfigurationDictionaryObjectType type,
java.lang.String value)
Initializes a new instance of the UserConfigurationDictionaryValue class.
|