@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() |
Issue |
getIssue() |
String |
getRoleLevelId() |
Date |
getStartDate() |
String |
getTimeSpent() |
Visibility |
getVisibility() |
Long |
getWorklogId() |
boolean |
isEditableCheckRequired() |
Long getWorklogId()
Issue getIssue()
String getTimeSpent()
Date getStartDate()
String getComment()
String getGroupLevel()
String getRoleLevelId()
Visibility getVisibility()
boolean isEditableCheckRequired()
String getErrorFieldPrefix()
Copyright © 2002-2021 Atlassian. All Rights Reserved.