@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class Worklog extends Object
| Constructor and Description |
|---|
Worklog() |
| Modifier and Type | Method and Description |
|---|---|
Worklog |
addPropertiesItem(EntityProperty propertiesItem) |
Map<String,Object> |
any() |
Worklog |
comment(String comment) |
boolean |
equals(Object o) |
UserDetails |
getAuthor()
Details of the user who created the worklog.
|
String |
getComment()
A comment about the worklog.
|
OffsetDateTime |
getCreated()
The datetime on which the worklog was created.
|
String |
getId()
The ID of the worklog record.
|
String |
getIssueId()
The ID of the issue this worklog is for.
|
List<EntityProperty> |
getProperties()
Details of properties for the worklog.
|
URI |
getSelf()
The URL of the worklog item.
|
OffsetDateTime |
getStarted()
The datetime on which the worklog effort was started.
|
String |
getTimeSpent()
The time spent working on the issue as days (\\#d), hours (\\#h), or minutes (\\#m or \\#).
|
Long |
getTimeSpentSeconds()
The time in seconds spent working on the issue.
|
UserDetails |
getUpdateAuthor()
Details of the user who last updated the worklog.
|
OffsetDateTime |
getUpdated()
The datetime on which the worklog was last updated.
|
Visibility |
getVisibility()
Details about any restrictions in the visibility of the worklog.
|
int |
hashCode() |
Worklog |
properties(List<EntityProperty> properties) |
void |
set(String name,
Object value) |
void |
setComment(String comment) |
void |
setProperties(List<EntityProperty> properties) |
void |
setStarted(OffsetDateTime started) |
void |
setTimeSpent(String timeSpent) |
void |
setTimeSpentSeconds(Long timeSpentSeconds) |
void |
setVisibility(Visibility visibility) |
Worklog |
started(OffsetDateTime started) |
Worklog |
timeSpent(String timeSpent) |
Worklog |
timeSpentSeconds(Long timeSpentSeconds) |
String |
toString() |
Worklog |
visibility(Visibility visibility) |
public URI getSelf()
public UserDetails getAuthor()
public UserDetails getUpdateAuthor()
public String getComment()
public void setComment(String comment)
public OffsetDateTime getCreated()
public OffsetDateTime getUpdated()
public Worklog visibility(Visibility visibility)
public Visibility getVisibility()
public void setVisibility(Visibility visibility)
public Worklog started(OffsetDateTime started)
public OffsetDateTime getStarted()
public void setStarted(OffsetDateTime started)
public String getTimeSpent()
public void setTimeSpent(String timeSpent)
public Long getTimeSpentSeconds()
public void setTimeSpentSeconds(Long timeSpentSeconds)
public String getId()
public String getIssueId()
public Worklog properties(List<EntityProperty> properties)
public Worklog addPropertiesItem(EntityProperty propertiesItem)
public List<EntityProperty> getProperties()
public void setProperties(List<EntityProperty> properties)
Copyright © 2011–2021 Everit Kft.. All rights reserved.