Class GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder
- Enclosing class:
- GetContextsForFieldOperationSpec
public static class GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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()
-
Method Details
-
fieldId
public GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder fieldId(@NotNull @NotNull String fieldId) The ID of the custom field.- Returns:
this
.
-
isAnyIssueType
public GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder isAnyIssueType(@Nullable @Nullable Boolean isAnyIssueType) Whether to return contexts that apply to all issue types.- Returns:
this
.
-
isGlobalContext
public GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder isGlobalContext(@Nullable @Nullable Boolean isGlobalContext) Whether to return contexts that apply to all projects.- Returns:
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
.- Returns:
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).- Returns:
this
.
-
maxResults
public GetContextsForFieldOperationSpec.GetContextsForFieldOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this
.
-
build
-
toString
-