Class GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder
- Enclosing class:
- GetOptionsForContextOperationSpec
public static class GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the context.The ID of the custom field.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.onlyOptions
(@Nullable Boolean onlyOptions) Whether only options are returned.The ID of the option.The index of the first item to return in a page of results (page offset).toString()
-
Method Details
-
fieldId
public GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder fieldId(@NotNull @NotNull String fieldId) The ID of the custom field.- Returns:
this
.
-
contextId
public GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder contextId(@NotNull @NotNull Long contextId) The ID of the context.- Returns:
this
.
-
optionId
public GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder optionId(@Nullable @Nullable Long optionId) The ID of the option.- Returns:
this
.
-
onlyOptions
public GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder onlyOptions(@Nullable @Nullable Boolean onlyOptions) Whether only options are returned.- Returns:
this
.
-
startAt
public GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this
.
-
build
-
toString
-