@PublicApi
public interface WorklogInputParameters
An aggregate of the input parameters required to validate and perform worklog creation and update service calls.
This interface has two sub-interfaces: WorklogNewEstimateInputParameters and
WorklogAdjustmentAmountInputParameters. They are used for specifying additional information to validation
service calls.
To build instances of this class, see the WorklogInputParametersImpl
builder methods.
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getErrorFieldPrefix() |
String |
getGroupLevel()
Deprecated.
Use
getVisibility() instead. Since 6.4 (defaul impl) / 9.16 (interface) |
Issue |
getIssue() |
String |
getRoleLevelId()
Deprecated.
Use
getVisibility() instead. Since 6.4 (defaul impl) / 9.16 (interface) |
Date |
getStartDate() |
String |
getTimeSpent() |
Visibility |
getVisibility() |
Long |
getWorklogId() |
boolean |
isEditableCheckRequired() |
Long getWorklogId()
Issue getIssue()
String getTimeSpent()
Date getStartDate()
String getComment()
@Deprecated String getGroupLevel()
getVisibility() instead. Since 6.4 (defaul impl) / 9.16 (interface)@Deprecated String getRoleLevelId()
getVisibility() instead. Since 6.4 (defaul impl) / 9.16 (interface)Visibility getVisibility()
boolean isEditableCheckRequired()
String getErrorFieldPrefix()
Copyright © 2002-2024 Atlassian. All Rights Reserved.