Klasse GetChangeLogsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetChangeLogsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetChangeLogsOperationSpec
extends Object
GetChangeLogsSpec
Specification for the GetChangeLogs operation.
Get changelogs
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetChangeLogsOperationSpec(String issueIdOrKey, Integer startAt, Integer maxResults) Constructs a validated instance ofGetChangeLogsOperationSpec.Constructs a validated instance ofGetChangeLogsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringThe ID or key of the issue.issueIdOrKey(@NotNull String issueIdOrKey) The ID or key of the issue.@Nullable IntegerThe maximum number of items to return per page.maxResults(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable IntegerstartAt()The index of the first item to return in a page of results (page offset).The index of the first item to return in a page of results (page offset).toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetChangeLogsOperationSpec
Constructs a validated instance ofGetChangeLogsOperationSpec.- Parameter:
spec- the specification to process
-
GetChangeLogsOperationSpec
@Internal public GetChangeLogsOperationSpec(String issueIdOrKey, Integer startAt, Integer maxResults) Constructs a validated instance ofGetChangeLogsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
issueIdOrKey- The ID or key of the issue.startAt- The index of the first item to return in a page of results (page offset).maxResults- The maximum number of items to return per page.
-
GetChangeLogsOperationSpec
protected GetChangeLogsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
issueIdOrKey
The ID or key of the issue. -
startAt
The index of the first item to return in a page of results (page offset). -
maxResults
The maximum number of items to return per page. -
issueIdOrKey
The ID or key of the issue.- Gibt zurück:
this.
-
startAt
The index of the first item to return in a page of results (page offset).- Gibt zurück:
this.
-
maxResults
The maximum number of items to return per page.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-