@Internal public abstract class ServiceDeskCommentParameters extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServiceDeskCommentParameters.Builder<T extends ServiceDeskCommentParameters> |
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.jira.user.ApplicationUser |
author |
protected String |
body |
protected Map<String,com.atlassian.jira.util.json.JSONObject> |
commentProperties |
protected Date |
created |
protected String |
groupLevel |
protected com.atlassian.jira.issue.Issue |
issue |
protected Long |
roleLevelId |
protected Boolean |
shouldDispatchEvent |
Modifier | Constructor and Description |
---|---|
protected |
ServiceDeskCommentParameters(String body,
String groupLevel,
Long roleLevelId,
Date created,
com.atlassian.jira.user.ApplicationUser author,
com.atlassian.jira.issue.Issue issue,
Map<String,com.atlassian.jira.util.json.JSONObject> commentProperties,
Boolean shouldDispatchEvent) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.jira.user.ApplicationUser |
getAuthor() |
String |
getBody() |
Map<String,com.atlassian.jira.util.json.JSONObject> |
getCommentProperties() |
Date |
getCreated() |
String |
getGroupLevel() |
com.atlassian.jira.issue.Issue |
getIssue() |
Long |
getRoleLevelId() |
Boolean |
shouldDispatchEvent() |
protected final String body
protected final String groupLevel
protected final Long roleLevelId
protected final Date created
protected final com.atlassian.jira.user.ApplicationUser author
protected final com.atlassian.jira.issue.Issue issue
protected final Map<String,com.atlassian.jira.util.json.JSONObject> commentProperties
protected final Boolean shouldDispatchEvent
protected ServiceDeskCommentParameters(String body, String groupLevel, Long roleLevelId, Date created, com.atlassian.jira.user.ApplicationUser author, com.atlassian.jira.issue.Issue issue, Map<String,com.atlassian.jira.util.json.JSONObject> commentProperties, Boolean shouldDispatchEvent)
public String getBody()
public String getGroupLevel()
public Long getRoleLevelId()
public Date getCreated()
public com.atlassian.jira.user.ApplicationUser getAuthor()
public com.atlassian.jira.issue.Issue getIssue()
@Nonnull public Map<String,com.atlassian.jira.util.json.JSONObject> getCommentProperties()
public Boolean shouldDispatchEvent()
Copyright © 2017 Atlassian. All rights reserved.