Class GetWorklogsForIdsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetWorklogsForIdsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetWorklogsForIdsOperationSpec
extends Object
GetWorklogsForIdsSpec
Specification for the GetWorklogsForIds operation.
Get worklogs
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGetWorklogsForIdsOperationSpec(WorklogIdsRequestBean worklogIdsRequestBean, String expand) Constructs a validated instance ofGetWorklogsForIdsOperationSpec.Constructs a validated instance ofGetWorklogsForIdsOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanboolean@Nullable Stringexpand()Use [expand](#expansion) to include additional information about worklogs in the response.Use [expand](#expansion) to include additional information about worklogs in the response.inthashCode()toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NotNull WorklogIdsRequestBeanA JSON object containing a list of worklog IDs.worklogIdsRequestBean(@NotNull WorklogIdsRequestBean worklogIdsRequestBean) A JSON object containing a list of worklog IDs.
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetWorklogsForIdsOperationSpec
Constructs a validated instance ofGetWorklogsForIdsOperationSpec.- Parameters:
spec- the specification to process
-
GetWorklogsForIdsOperationSpec
@Internal public GetWorklogsForIdsOperationSpec(WorklogIdsRequestBean worklogIdsRequestBean, String expand) Constructs a validated instance ofGetWorklogsForIdsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
worklogIdsRequestBean- A JSON object containing a list of worklog IDs.expand- Use [expand](#expansion) to include additional information about worklogs in the response. This parameter acceptspropertiesthat returns the properties of each worklog.
-
GetWorklogsForIdsOperationSpec
protected GetWorklogsForIdsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
worklogIdsRequestBean
A JSON object containing a list of worklog IDs. -
expand
Use [expand](#expansion) to include additional information about worklogs in the response. This parameter acceptspropertiesthat returns the properties of each worklog. -
worklogIdsRequestBean
public GetWorklogsForIdsOperationSpec worklogIdsRequestBean(@NotNull @NotNull WorklogIdsRequestBean worklogIdsRequestBean) A JSON object containing a list of worklog IDs.- Returns:
this.
-
expand
Use [expand](#expansion) to include additional information about worklogs in the response. This parameter acceptspropertiesthat returns the properties of each worklog.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-