Class GetDefaultValuesOperationSpec.GetDefaultValuesOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetDefaultValuesOperationSpec.GetDefaultValuesOperationSpecBuilder
- Enclosing class:
- GetDefaultValuesOperationSpec
public static class GetDefaultValuesOperationSpec.GetDefaultValuesOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The IDs of the contexts.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 GetDefaultValuesOperationSpec.GetDefaultValuesOperationSpecBuilder fieldId(@NotNull @NotNull String fieldId) The ID of the custom field, for examplecustomfield\\_10000
.- Returns:
this
.
-
contextId
public GetDefaultValuesOperationSpec.GetDefaultValuesOperationSpecBuilder contextId(@Nullable @Nullable Set<Long> contextId) The IDs of the contexts.- Returns:
this
.
-
startAt
public GetDefaultValuesOperationSpec.GetDefaultValuesOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public GetDefaultValuesOperationSpec.GetDefaultValuesOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this
.
-
build
-
toString
-