public final class UserConfiguration extends Object
Represents user configuration
Constructor and Description |
---|
UserConfiguration(UserConfigurationName userConfigurationName)
Initializes a new instance of the
UserConfiguration class |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryData()
Gets or sets binary data property content.
|
Map |
getDictionary()
Gets or sets a set of dictionary property entries.
|
String |
getId()
Gets or sets the user configuration object item identifier.
|
UserConfigurationName |
getUserConfigurationName()
Gets or sets the user configuration object name.
|
byte[] |
getXmlData()
Gets or sets XML data property content.
|
void |
setBinaryData(byte[] value)
Gets or sets binary data property content.
|
void |
setId(String value)
Gets or sets the user configuration object item identifier.
|
void |
setUserConfigurationName(UserConfigurationName value)
Gets or sets the user configuration object name.
|
void |
setXmlData(byte[] value)
Gets or sets XML data property content.
|
public UserConfiguration(UserConfigurationName userConfigurationName)
Initializes a new instance of the UserConfiguration
class
userConfigurationName
- A user configuration namecom.aspose.ms.System.ArgumentNullException
- userConfigurationName
is null
public final UserConfigurationName getUserConfigurationName()
Gets or sets the user configuration object name.
com.aspose.ms.System.ArgumentNullException
- value
is null
public final void setUserConfigurationName(UserConfigurationName value)
Gets or sets the user configuration object name.
com.aspose.ms.System.ArgumentNullException
- value
is null
public final String getId()
Gets or sets the user configuration object item identifier.
public final void setId(String value)
Gets or sets the user configuration object item identifier.
public final Map getDictionary()
Gets or sets a set of dictionary property entries.
public final byte[] getXmlData()
Gets or sets XML data property content.
public final void setXmlData(byte[] value)
Gets or sets XML data property content.
public final byte[] getBinaryData()
Gets or sets binary data property content.
public final void setBinaryData(byte[] value)
Gets or sets binary data property content.