public static final class TasksTypes.GetSpec.Builder
extends java.lang.Object
TasksTypes.GetSpec
.Constructor and Description |
---|
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 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.1.
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()