public class WorklogInputParametersImpl extends Object implements WorklogInputParameters, WorklogNewEstimateInputParameters, WorklogAdjustmentAmountInputParameters
WorklogInputParameters
, WorklogNewEstimateInputParameters
and
WorklogAdjustmentAmountInputParameters
interfaces. Static builder methods are provided for convenience.WorklogInputParametersImpl.Builder
Modifier and Type | Class and Description |
---|---|
static class |
WorklogInputParametersImpl.Builder
A fluent-style Builder for constructing
WorklogInputParameters , WorklogNewEstimateInputParameters and
WorklogAdjustmentAmountInputParameters objects. |
Modifier and Type | Method and Description |
---|---|
static WorklogInputParametersImpl.Builder |
builder() |
boolean |
equals(Object o) |
String |
getAdjustmentAmount() |
String |
getComment() |
String |
getErrorFieldPrefix() |
String |
getGroupLevel()
Deprecated.
Use
getVisibility() instead. Since 6.4 |
Issue |
getIssue() |
String |
getNewEstimate() |
String |
getRoleLevelId()
Deprecated.
Use
getVisibility() instead. Since 6.4 |
Date |
getStartDate() |
String |
getTimeSpent() |
Visibility |
getVisibility() |
Long |
getWorklogId() |
int |
hashCode() |
boolean |
isEditableCheckRequired() |
static WorklogInputParametersImpl.Builder |
issue(Issue issue) |
static WorklogInputParametersImpl.Builder |
timeSpent(String timeSpent) |
public Long getWorklogId()
getWorklogId
in interface WorklogInputParameters
public Issue getIssue()
getIssue
in interface WorklogInputParameters
public String getTimeSpent()
getTimeSpent
in interface WorklogInputParameters
public Date getStartDate()
getStartDate
in interface WorklogInputParameters
public String getComment()
getComment
in interface WorklogInputParameters
@Deprecated public String getGroupLevel()
getVisibility()
instead. Since 6.4getGroupLevel
in interface WorklogInputParameters
@Deprecated public String getRoleLevelId()
getVisibility()
instead. Since 6.4getRoleLevelId
in interface WorklogInputParameters
public Visibility getVisibility()
getVisibility
in interface WorklogInputParameters
public String getNewEstimate()
getNewEstimate
in interface WorklogNewEstimateInputParameters
public String getAdjustmentAmount()
getAdjustmentAmount
in interface WorklogAdjustmentAmountInputParameters
public boolean isEditableCheckRequired()
isEditableCheckRequired
in interface WorklogInputParameters
public String getErrorFieldPrefix()
getErrorFieldPrefix
in interface WorklogInputParameters
public static WorklogInputParametersImpl.Builder builder()
WorklogInputParameters
constructionpublic static WorklogInputParametersImpl.Builder issue(Issue issue)
issue
- the issuepublic static WorklogInputParametersImpl.Builder timeSpent(String timeSpent)
timeSpent
- the amount of time spentCopyright © 2002-2021 Atlassian. All Rights Reserved.