public class AdditionalUnattendContent extends Object
| Constructor and Description |
|---|
AdditionalUnattendContent() |
| Modifier and Type | Method and Description |
|---|---|
ComponentNames |
componentName()
Get the componentName value.
|
String |
content()
Get the content value.
|
PassNames |
passName()
Get the passName value.
|
SettingNames |
settingName()
Get the settingName value.
|
AdditionalUnattendContent |
withComponentName(ComponentNames componentName)
Set the componentName value.
|
AdditionalUnattendContent |
withContent(String content)
Set the content value.
|
AdditionalUnattendContent |
withPassName(PassNames passName)
Set the passName value.
|
AdditionalUnattendContent |
withSettingName(SettingNames settingName)
Set the settingName value.
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/