public class UserConfigurationName
extends java.lang.Object
| Constructor and Description |
|---|
UserConfigurationName()
Initializes a new instance of the UserConfigurationName class.
|
UserConfigurationName(java.lang.String name,
FolderId folderId)
Initializes a new instance of the UserConfigurationName class.
|
| Modifier and Type | Method and Description |
|---|---|
FolderId |
getFolderId()
Gets the folder identifier of the folder that contains the user configuration object.
|
java.lang.String |
getName()
Gets a distinguished folder name of the folder that contains the user configuration object.
|
void |
setFolderId(FolderId folderId)
Sets the folder identifier of the folder that contains the user configuration object.
|
void |
setName(java.lang.String name)
Sets a distinguished folder name of the folder that contains the user configuration object.
|
public UserConfigurationName()
public UserConfigurationName(java.lang.String name,
FolderId folderId)
name - the namefolderId - the folder idpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the new namepublic FolderId getFolderId()
public void setFolderId(FolderId folderId)
folderId - the new folder id