public class PivotalTarget extends Target
| Constructor and Description |
|---|
PivotalTarget() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOwnerBy() |
String |
getProjectId() |
String |
getRequestedBy() |
String |
getStoryLabels() |
String |
getStoryTitle() |
String |
getStoryType() |
String |
getToken() |
String |
getType() |
void |
setOwnerBy(String ownerBy) |
void |
setProjectId(String projectId) |
void |
setRequestedBy(String requestedBy) |
void |
setStoryLabels(String storyLabels) |
void |
setStoryTitle(String storyTitle) |
void |
setStoryType(String storyType) |
void |
setToken(String token) |
String |
toString() |
getCreatedAt, getId, getTitle, isActive, setActive, setCreatedAt, setId, setTitle, setTypepublic String getToken()
public void setToken(String token)
public String getProjectId()
public void setProjectId(String projectId)
public String getStoryType()
public void setStoryType(String storyType)
public String getStoryTitle()
public void setStoryTitle(String storyTitle)
public String getRequestedBy()
public void setRequestedBy(String requestedBy)
public String getOwnerBy()
public void setOwnerBy(String ownerBy)
public String getStoryLabels()
public void setStoryLabels(String storyLabels)
Copyright © 2013–2020. All rights reserved.