Klasse GetContextsForFieldDeprecatedOperationSpec.GetContextsForFieldDeprecatedOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetContextsForFieldDeprecatedOperationSpec.GetContextsForFieldDeprecatedOperationSpecBuilder
- Umschließende Klasse:
GetContextsForFieldDeprecatedOperationSpec
public static class GetContextsForFieldDeprecatedOperationSpec.GetContextsForFieldDeprecatedOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the field to return contexts for.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
fieldId
public GetContextsForFieldDeprecatedOperationSpec.GetContextsForFieldDeprecatedOperationSpecBuilder fieldId(@NotNull @NotNull String fieldId) The ID of the field to return contexts for.- Gibt zurück:
this
.
-
startAt
public GetContextsForFieldDeprecatedOperationSpec.GetContextsForFieldDeprecatedOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
public GetContextsForFieldDeprecatedOperationSpec.GetContextsForFieldDeprecatedOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
build
-
toString
-