Klasse GetCustomFieldConfigurationOperationSpec.GetCustomFieldConfigurationOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetCustomFieldConfigurationOperationSpec.GetCustomFieldConfigurationOperationSpecBuilder
- Umschließende Klasse:
GetCustomFieldConfigurationOperationSpec
public static class GetCustomFieldConfigurationOperationSpec.GetCustomFieldConfigurationOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()fieldContextId(@Nullable Set<Long> fieldContextId) The list of field context IDs.fieldIdOrKey(@NotNull String fieldIdOrKey) The ID or key of the custom field, for examplecustomfield_10000.The list of configuration IDs.The ID of the issue to filter results by.issueTypeId(@Nullable String issueTypeId) The ID of the issue type to filter results by.maxResults(@Nullable Integer maxResults) The maximum number of items to return per page.projectKeyOrId(@Nullable String projectKeyOrId) The ID or key of the project to filter results by.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
fieldIdOrKey
public GetCustomFieldConfigurationOperationSpec.GetCustomFieldConfigurationOperationSpecBuilder fieldIdOrKey(@NotNull @NotNull String fieldIdOrKey) The ID or key of the custom field, for examplecustomfield_10000.- Gibt zurück:
this.
-
id
public GetCustomFieldConfigurationOperationSpec.GetCustomFieldConfigurationOperationSpecBuilder id(@Nullable @Nullable Set<Long> id) The list of configuration IDs. To include multiple configurations, separate IDs with an ampersand:id=10000&id=10001. Can't be provided withfieldContextId,issueId,projectKeyOrId, orissueTypeId.- Gibt zurück:
this.
-
fieldContextId
public GetCustomFieldConfigurationOperationSpec.GetCustomFieldConfigurationOperationSpecBuilder fieldContextId(@Nullable @Nullable Set<Long> fieldContextId) The list of field context IDs. To include multiple field contexts, separate IDs with an ampersand:fieldContextId=10000&fieldContextId=10001. Can't be provided withid,issueId,projectKeyOrId, orissueTypeId.- Gibt zurück:
this.
-
issueId
public GetCustomFieldConfigurationOperationSpec.GetCustomFieldConfigurationOperationSpecBuilder issueId(@Nullable @Nullable Long issueId) The ID of the issue to filter results by. If the issue doesn't exist, an empty list is returned. Can't be provided withprojectKeyOrId, orissueTypeId.- Gibt zurück:
this.
-
projectKeyOrId
public GetCustomFieldConfigurationOperationSpec.GetCustomFieldConfigurationOperationSpecBuilder projectKeyOrId(@Nullable @Nullable String projectKeyOrId) The ID or key of the project to filter results by. Must be provided withissueTypeId. Can't be provided withissueId.- Gibt zurück:
this.
-
issueTypeId
public GetCustomFieldConfigurationOperationSpec.GetCustomFieldConfigurationOperationSpecBuilder issueTypeId(@Nullable @Nullable String issueTypeId) The ID of the issue type to filter results by. Must be provided withprojectKeyOrId. Can't be provided withissueId.- Gibt zurück:
this.
-
startAt
public GetCustomFieldConfigurationOperationSpec.GetCustomFieldConfigurationOperationSpecBuilder 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 GetCustomFieldConfigurationOperationSpec.GetCustomFieldConfigurationOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this.
-
build
-
toString
-