Klasse GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder
- Umschließende Klasse:
GetOptionsForContextOperationSpec
public static class GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
fieldId
public GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder fieldId(@NotNull @NotNull String fieldId) The ID of the custom field.- Gibt zurück:
this
.
-
contextId
public GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder contextId(@NotNull @NotNull Long contextId) The ID of the context.- Gibt zurück:
this
.
-
optionId
public GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder optionId(@Nullable @Nullable Long optionId) The ID of the option.- Gibt zurück:
this
.
-
onlyOptions
public GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder onlyOptions(@Nullable @Nullable Boolean onlyOptions) Whether only options are returned.- Gibt zurück:
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).- Gibt zurück:
this
.
-
maxResults
public GetOptionsForContextOperationSpec.GetOptionsForContextOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
build
-
toString
-