Klasse GetFieldConfigurationSchemeMappingsOperationSpec.GetFieldConfigurationSchemeMappingsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetFieldConfigurationSchemeMappingsOperationSpec.GetFieldConfigurationSchemeMappingsOperationSpecBuilder
- Umschließende Klasse:
GetFieldConfigurationSchemeMappingsOperationSpec
public static class GetFieldConfigurationSchemeMappingsOperationSpec.GetFieldConfigurationSchemeMappingsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
fieldConfigurationSchemeId
(@Nullable Set<Long> fieldConfigurationSchemeId) The list of field configuration scheme IDs.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()
-
Methodendetails
-
startAt
public GetFieldConfigurationSchemeMappingsOperationSpec.GetFieldConfigurationSchemeMappingsOperationSpecBuilder 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 GetFieldConfigurationSchemeMappingsOperationSpec.GetFieldConfigurationSchemeMappingsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
fieldConfigurationSchemeId
public GetFieldConfigurationSchemeMappingsOperationSpec.GetFieldConfigurationSchemeMappingsOperationSpecBuilder fieldConfigurationSchemeId(@Nullable @Nullable Set<Long> fieldConfigurationSchemeId) The list of field configuration scheme IDs. To include multiple field configuration schemes separate IDs with ampersand:fieldConfigurationSchemeId=10000&fieldConfigurationSchemeId=10001
.- Gibt zurück:
this
.
-
build
-
toString
-