public final class UserConfigurationName extends Object
Represents user configuration name
| Constructor and Description |
|---|
UserConfigurationName(String name,
String folderId)
Initializes a new instance of the
UserConfigurationName class |
| Modifier and Type | Method and Description |
|---|---|
String |
getFolderId()
Gets or sets the identifier of folder containing the user configuration object.
|
String |
getName()
Gets or sets the user configuration object name.
|
void |
setFolderId(String value)
Gets or sets the identifier of folder containing the user configuration object.
|
void |
setName(String value)
Gets or sets the user configuration object name.
|
public UserConfigurationName(String name, String folderId)
Initializes a new instance of the UserConfigurationName class
name - Specifies user configuration namefolderId - Specifies the associated folder for a user configuration objectAsposeArgumentException - name is null or emptypublic final String getName()
Gets or sets the user configuration object name.
AsposeArgumentException - value is null or emptypublic final void setName(String value)
Gets or sets the user configuration object name.
AsposeArgumentException - value is null or emptypublic final String getFolderId()
Gets or sets the identifier of folder containing the user configuration object.
AsposeArgumentException - value is null or emptypublic final void setFolderId(String value)
Gets or sets the identifier of folder containing the user configuration object.
AsposeArgumentException - value is null or emptyCopyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.