@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+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(String body) |
boolean |
equals(Object o) |
UserDetails |
getAuthor()
The ID of the user who created the comment.
|
String |
getBody()
The comment text.
|
OffsetDateTime |
getCreated()
The date and time at which the comment was created.
|
String |
getId()
The ID of the comment.
|
Boolean |
getJsdAuthorCanSeeRequest()
Whether the comment was added from an email sent by a person who is not part of the issue.
|
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(String body) |
void |
setProperties(List<EntityProperty> properties) |
void |
setVisibility(Visibility visibility) |
String |
toString() |
Comment |
visibility(Visibility visibility) |
public UserDetails getAuthor()
public String getBody()
public void setBody(String body)
public OffsetDateTime getCreated()
public String getId()
public Boolean getJsdAuthorCanSeeRequest()
public Boolean getJsdPublic()
public Comment properties(List<EntityProperty> properties)
public Comment addPropertiesItem(EntityProperty propertiesItem)
public List<EntityProperty> getProperties()
public void setProperties(List<EntityProperty> properties)
public String getRenderedBody()
public String getSelf()
public UserDetails getUpdateAuthor()
public OffsetDateTime getUpdated()
public Comment visibility(Visibility visibility)
public Visibility getVisibility()
public void setVisibility(Visibility visibility)
Copyright © 2011–2023 Everit Kft.. All rights reserved.