| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
accessOperation |
protected java.lang.String |
handler |
protected java.lang.String |
name |
protected java.lang.String |
wizardCancelRedirectUrl |
protected java.lang.String |
wizardFinishRedirectUrl |
protected java.util.List<java.lang.String> |
wizardSteps |
| Constructor and Description |
|---|
WizardDefBuilder() |
| Modifier and Type | Method and Description |
|---|---|
WizardDefBuilder |
accessOperation(java.lang.String aValue)
Sets the value of the accessOperation attribute.
|
WizardDef |
build() |
WizardDefBuilder |
handler(java.lang.String aValue)
Sets the value of the handler attribute.
|
WizardDefBuilder |
name(java.lang.String aValue)
Sets the value of the name attribute.
|
WizardDefBuilder |
wizardCancelRedirectUrl(java.lang.String aValue)
Sets the value of the wizardCancelRedirectUrl attribute.
|
WizardDefBuilder |
wizardFinishRedirectUrl(java.lang.String aValue)
Sets the value of the wizardFinishRedirectUrl attribute.
|
WizardDefBuilder |
wizardSteps(java.util.List<java.lang.String> aValue)
Sets the value of the wizardSteps attribute.
|
protected java.lang.String name
protected java.util.List<java.lang.String> wizardSteps
protected java.lang.String wizardCancelRedirectUrl
protected java.lang.String wizardFinishRedirectUrl
protected java.lang.String handler
protected java.lang.String accessOperation
public WizardDefBuilder name(java.lang.String aValue)
public WizardDefBuilder wizardSteps(java.util.List<java.lang.String> aValue)
public WizardDefBuilder wizardCancelRedirectUrl(java.lang.String aValue)
public WizardDefBuilder wizardFinishRedirectUrl(java.lang.String aValue)
public WizardDefBuilder handler(java.lang.String aValue)
public WizardDefBuilder accessOperation(java.lang.String aValue)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.