public class AdditionalUnattendContent extends Object
| Constructor and Description |
|---|
AdditionalUnattendContent() |
| Modifier and Type | Method and Description |
|---|---|
ComponentNames |
componentName()
Get the component name.
|
String |
content()
Get specifies the XML formatted content that is added to the unattend.xml file for the specified path and component.
|
PassNames |
passName()
Get the pass name.
|
SettingNames |
settingName()
Get specifies the name of the setting to which the content applies.
|
AdditionalUnattendContent |
withComponentName(ComponentNames componentName)
Set the component name.
|
AdditionalUnattendContent |
withContent(String content)
Set specifies the XML formatted content that is added to the unattend.xml file for the specified path and component.
|
AdditionalUnattendContent |
withPassName(PassNames passName)
Set the pass name.
|
AdditionalUnattendContent |
withSettingName(SettingNames settingName)
Set specifies the name of the setting to which the content applies.
|
public PassNames passName()
public AdditionalUnattendContent withPassName(PassNames passName)
passName - the passName value to setpublic ComponentNames componentName()
public AdditionalUnattendContent withComponentName(ComponentNames componentName)
componentName - the componentName value to setpublic SettingNames settingName()
public AdditionalUnattendContent withSettingName(SettingNames settingName)
settingName - the settingName value to setpublic String content()
public AdditionalUnattendContent withContent(String content)
content - the content value to setCopyright © 2019. All rights reserved.