public class IssueRequest extends Object
| Constructor and Description |
|---|
IssueRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignee() |
String |
getBody() |
String[] |
getLabels() |
int |
getMilestone() |
String |
getTitle() |
void |
setAssignee(String assignee) |
void |
setBody(String body) |
void |
setLabels(String[] labels) |
void |
setMilestone(int milestone) |
void |
setTitle(String title) |
public String getTitle()
public void setTitle(String title)
public String getBody()
public void setBody(String body)
public String getAssignee()
public void setAssignee(String assignee)
public int getMilestone()
public void setMilestone(int milestone)
public String[] getLabels()
public void setLabels(String[] labels)
Copyright © 2015–2016 Zalando SE. All rights reserved.