public class TaskStepUpdateParameters extends Object
| Constructor and Description |
|---|
TaskStepUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
contextPath()
Get the URL(absolute or relative) of the source context for the task step.
|
TaskStepUpdateParameters |
withContextPath(String contextPath)
Set the URL(absolute or relative) of the source context for the task step.
|
public String contextPath()
public TaskStepUpdateParameters withContextPath(String contextPath)
contextPath - the contextPath 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.
*/