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