@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class Comment extends Object
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
Comment |
addPropertiesItem(EntityProperty propertiesItem) |
Map<String,Object> |
any() |
Comment |
body(Object body) |
boolean |
equals(Object o) |
UserDetails |
getAuthor()
The ID of the user who created the comment.
|
Object |
getBody()
The comment text in [Atlassian Document Format](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/).
|
OffsetDateTime |
getCreated()
The date and time at which the comment was created.
|
String |
getId()
The ID of the comment.
|
Boolean |
getJsdPublic()
Whether the comment is visible in Jira Service Desk.
|
List<EntityProperty> |
getProperties()
A list of comment properties.
|
String |
getRenderedBody()
The rendered version of the comment.
|
String |
getSelf()
The URL of the comment.
|
UserDetails |
getUpdateAuthor()
The ID of the user who updated the comment last.
|
OffsetDateTime |
getUpdated()
The date and time at which the comment was updated last.
|
Visibility |
getVisibility()
The group or role to which this comment is visible.
|
int |
hashCode() |
Comment |
properties(List<EntityProperty> properties) |
void |
set(String name,
Object value) |
void |
setBody(Object body) |
void |
setProperties(List<EntityProperty> properties) |
void |
setVisibility(Visibility visibility) |
String |
toString() |
Comment |
visibility(Visibility visibility) |
public String getSelf()
public String getId()
public UserDetails getAuthor()
public Object getBody()
public void setBody(Object body)
public String getRenderedBody()
public UserDetails getUpdateAuthor()
public OffsetDateTime getCreated()
public OffsetDateTime getUpdated()
public Comment visibility(Visibility visibility)
public Visibility getVisibility()
public void setVisibility(Visibility visibility)
public Boolean getJsdPublic()
public Comment properties(List<EntityProperty> properties)
public Comment addPropertiesItem(EntityProperty propertiesItem)
public List<EntityProperty> getProperties()
public void setProperties(List<EntityProperty> properties)
Copyright © 2011–2021 Everit Kft.. All rights reserved.