public static final class DependencyError.Builder
extends java.lang.Object
DependencyError
.Constructor and Description |
---|
Builder(java.lang.String requiredValue,
java.lang.String possibleValues)
Constructor with parameters for the required properties of
DependencyError . |
Modifier and Type | Method and Description |
---|---|
DependencyError |
build() |
DependencyError.Builder |
setCurrentValue(java.lang.String currentValue)
This property was added in vSphere API 8.0.2.0.
|
public Builder(java.lang.String requiredValue, java.lang.String possibleValues)
DependencyError
.public DependencyError.Builder setCurrentValue(java.lang.String currentValue)
Set
, it contains the current value of the dependency
property.currentValue
- New value for the property.public DependencyError build()