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 UserConfigurationName getUserConfigurationName()
Gets or sets the user configuration object name.
com.aspose.ms.System.ArgumentNullException
- value
is null
public void setUserConfigurationName(UserConfigurationName value)
Gets or sets the user configuration object name.
com.aspose.ms.System.ArgumentNullException
- value
is null
public String getId()
Gets or sets the user configuration object item identifier.
public void setId(String value)
Gets or sets the user configuration object item identifier.
public Map getDictionary()
Gets or sets a set of dictionary property entries.
public byte[] getXmlData()
Gets or sets XML data property content.
public void setXmlData(byte[] value)
Gets or sets XML data property content.
public byte[] getBinaryData()
Gets or sets binary data property content.
public void setBinaryData(byte[] value)
Gets or sets binary data property content.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.