Klasse GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder
- Umschließende Klasse:
GetContextsForFieldOperationSpec
public static class GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The list of context IDs.The ID of the custom field.isAnyIssueType
(@Nullable Boolean isAnyIssueType) Whether to return contexts that apply to all issue types.isGlobalContext
(@Nullable Boolean isGlobalContext) Whether to return contexts that apply to all projects.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 GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder fieldId(@NotNull @NotNull String fieldId) The ID of the custom field.- Gibt zurück:
this
.
-
isAnyIssueType
public GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder isAnyIssueType(@Nullable @Nullable Boolean isAnyIssueType) Whether to return contexts that apply to all issue types.- Gibt zurück:
this
.
-
isGlobalContext
public GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder isGlobalContext(@Nullable @Nullable Boolean isGlobalContext) Whether to return contexts that apply to all projects.- Gibt zurück:
this
.
-
contextId
public GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder contextId(@Nullable @Nullable Set<Long> contextId) The list of context IDs. To include multiple contexts, separate IDs with ampersand:contextId=10000&contextId=10001
.- Gibt zurück:
this
.
-
startAt
public GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder 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 GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
build
-
toString
-