public final class AdditionalUnattendContent extends Object
Constructor and Description |
---|
AdditionalUnattendContent() |
Modifier and Type | Method and Description |
---|---|
ComponentNames |
componentName()
Get the componentName property: The component name.
|
String |
content()
Get the content property: Specifies the XML formatted content that is added to the unattend.xml file for the
specified path and component.
|
PassNames |
passName()
Get the passName property: The pass name.
|
SettingNames |
settingName()
Get the settingName property: Specifies the name of the setting to which the content applies.
|
void |
validate()
Validates the instance.
|
AdditionalUnattendContent |
withComponentName(ComponentNames componentName)
Set the componentName property: The component name.
|
AdditionalUnattendContent |
withContent(String content)
Set the content property: 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 passName property: The pass name.
|
AdditionalUnattendContent |
withSettingName(SettingNames settingName)
Set the settingName property: Specifies the name of the setting to which the content applies.
|
public PassNames passName()
public AdditionalUnattendContent withPassName(PassNames passName)
passName
- the passName value to set.public ComponentNames componentName()
public AdditionalUnattendContent withComponentName(ComponentNames componentName)
componentName
- the componentName value to set.public SettingNames settingName()
public AdditionalUnattendContent withSettingName(SettingNames settingName)
settingName
- the settingName value to set.public String content()
public AdditionalUnattendContent withContent(String content)
content
- the content value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.