Class ZqlSearchRequest
- java.lang.Object
-
- step.repositories.jira.zephyr.zapi.v1.model.ZqlSearchRequest
-
public class ZqlSearchRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description ZqlSearchRequest(String zqlQuery, int offset, int maxRecords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxRecords()
int
getOffset()
String
getZqlQuery()
void
setMaxRecords(int maxRecords)
void
setOffset(int offset)
void
setZqlQuery(String zqlQuery)
-
-
-
Constructor Detail
-
ZqlSearchRequest
public ZqlSearchRequest(String zqlQuery, int offset, int maxRecords)
-
-