Class AzureDevopsQueryDto
- java.lang.Object
-
- com.adobe.guides.konnect.definitions.ado.AzureDevopsQueryDto
-
public class AzureDevopsQueryDto extends Object
This class provides the query object for the Azure DevOps connector.It is used to store the project and query string.
- Since:
- 1.0.0
- Author:
- Adobe
-
-
Constructor Summary
Constructors Constructor Description AzureDevopsQueryDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProject()
Returns the project nameString
getQuery()
Returns the query string
-