public static final class TasksTypes.GetSpec.Builder
extends java.lang.Object
TasksTypes.GetSpec.| Constructor and Description |
|---|
TasksTypes.GetSpec.Builder()
Constructor with parameters for the required properties of
TasksTypes.GetSpec. |
| Modifier and Type | Method and Description |
|---|---|
TasksTypes.GetSpec |
build() |
TasksTypes.GetSpec.Builder |
setExcludeResult(java.lang.Boolean excludeResult)
If true, the result will not be included in the task information, otherwise it
will be included.
|
TasksTypes.GetSpec.Builder |
setReturnAll(java.lang.Boolean returnAll)
If true, all data, including operation-specific data, will be returned,
otherwise only the data described in
Info will be
returned. |
public TasksTypes.GetSpec.Builder()
TasksTypes.GetSpec.public TasksTypes.GetSpec.Builder setReturnAll(java.lang.Boolean returnAll)
Info will be
returned. This property was added in vSphere API 6.7 U1.
If null, only the data described in Info
will be returned.returnAll - New value for the property.public TasksTypes.GetSpec.Builder setExcludeResult(java.lang.Boolean excludeResult)
null, the result of the operation will be included in the task
information.excludeResult - New value for the property.public TasksTypes.GetSpec build()