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 WorklogInputParameterspublic Issue getIssue()
getIssue in interface WorklogInputParameterspublic String getTimeSpent()
getTimeSpent in interface WorklogInputParameterspublic Date getStartDate()
getStartDate in interface WorklogInputParameterspublic 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 WorklogInputParameterspublic Visibility getVisibility()
getVisibility in interface WorklogInputParameterspublic String getNewEstimate()
getNewEstimate in interface WorklogNewEstimateInputParameterspublic String getAdjustmentAmount()
getAdjustmentAmount in interface WorklogAdjustmentAmountInputParameterspublic boolean isEditableCheckRequired()
isEditableCheckRequired in interface WorklogInputParameterspublic String getErrorFieldPrefix()
getErrorFieldPrefix in interface WorklogInputParameterspublic 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-2017 Atlassian. All Rights Reserved.