public class ParametersForCancelOperation extends Object
cancelOperation.| Constructor and Description |
|---|
ParametersForCancelOperation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationToken()
The operation token
|
String |
getRepoId()
The requested repository ID
|
ParametersForCancelOperation |
setOperationToken(String operationToken)
Sets the value of the operationToken parameter and returns the current object, to enable chaining further setters.
|
ParametersForCancelOperation |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
public ParametersForCancelOperation setRepoId(String repoId)
repoId - The requested repository IDParametersForCancelOperation The return valuepublic ParametersForCancelOperation setOperationToken(String operationToken)
operationToken - The operation tokenParametersForCancelOperation The return valueCopyright © 2025. All rights reserved.