Klasse 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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetWorklogsForIdsOperationSpec
(WorklogIdsRequestBean worklogIdsRequestBean, String expand) Constructs a validated instance ofGetWorklogsForIdsOperationSpec
.Constructs a validated instance ofGetWorklogsForIdsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
@Nullable String
expand()
Use [expand](#expansion) to include additional information about worklogs in the response.Use [expand](#expansion) to include additional information about worklogs in the response.int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing@NotNull WorklogIdsRequestBean
A JSON object containing a list of worklog IDs.worklogIdsRequestBean
(@NotNull WorklogIdsRequestBean worklogIdsRequestBean) A JSON object containing a list of worklog IDs.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetWorklogsForIdsOperationSpec
Constructs a validated instance ofGetWorklogsForIdsOperationSpec
.- Parameter:
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.
- Parameter:
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 acceptsproperties
that returns the properties of each worklog.
-
GetWorklogsForIdsOperationSpec
protected GetWorklogsForIdsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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 acceptsproperties
that returns the properties of each worklog. -
worklogIdsRequestBean
public GetWorklogsForIdsOperationSpec worklogIdsRequestBean(@NotNull @NotNull WorklogIdsRequestBean worklogIdsRequestBean) A JSON object containing a list of worklog IDs.- Gibt zurück:
this
.
-
expand
Use [expand](#expansion) to include additional information about worklogs in the response. This parameter acceptsproperties
that returns the properties of each worklog.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-