Klasse GetFieldConfigurationSchemeProjectMappingOperationSpec.GetFieldConfigurationSchemeProjectMappingOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetFieldConfigurationSchemeProjectMappingOperationSpec.GetFieldConfigurationSchemeProjectMappingOperationSpecBuilder
- Umschließende Klasse:
GetFieldConfigurationSchemeProjectMappingOperationSpec
public static class GetFieldConfigurationSchemeProjectMappingOperationSpec.GetFieldConfigurationSchemeProjectMappingOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.The list of project IDs.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
projectId
public GetFieldConfigurationSchemeProjectMappingOperationSpec.GetFieldConfigurationSchemeProjectMappingOperationSpecBuilder projectId(@NotNull @NotNull Set<Long> projectId) The list of project IDs. To include multiple projects, separate IDs with ampersand:projectId=10000&projectId=10001
.- Gibt zurück:
this
.
-
startAt
public GetFieldConfigurationSchemeProjectMappingOperationSpec.GetFieldConfigurationSchemeProjectMappingOperationSpecBuilder 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 GetFieldConfigurationSchemeProjectMappingOperationSpec.GetFieldConfigurationSchemeProjectMappingOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
build
-
toString
-