Class GetProjectContextMappingOperationSpec.GetProjectContextMappingOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetProjectContextMappingOperationSpec.GetProjectContextMappingOperationSpecBuilder
- Enclosing class:
- GetProjectContextMappingOperationSpec
public static class GetProjectContextMappingOperationSpec.GetProjectContextMappingOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The list of context IDs.The ID of the custom field, for examplecustomfield\\_10000
.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 GetProjectContextMappingOperationSpec.GetProjectContextMappingOperationSpecBuilder fieldId(@NotNull @NotNull String fieldId) The ID of the custom field, for examplecustomfield\\_10000
.- Returns:
this
.
-
contextId
public GetProjectContextMappingOperationSpec.GetProjectContextMappingOperationSpecBuilder contextId(@Nullable @Nullable Set<Long> contextId) The list of context IDs. To include multiple context, separate IDs with ampersand:contextId=10000&contextId=10001
.- Returns:
this
.
-
startAt
public GetProjectContextMappingOperationSpec.GetProjectContextMappingOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public GetProjectContextMappingOperationSpec.GetProjectContextMappingOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this
.
-
build
-
toString
-