Klasse GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder
- Umschließende Klasse:
GetScreensForFieldOperationSpec
public static class GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Use [expand](#expansion) to include additional information about screens in the response.The ID of the field to return screens for.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
-
fieldId
public GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder fieldId(@NotNull @NotNull String fieldId) The ID of the field to return screens for.- Gibt zurück:
this
.
-
startAt
public GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder 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 GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
expand
public GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information about screens in the response. This parameter acceptstab
which returns details about the screen tabs the field is used in.- Gibt zurück:
this
.
-
build
-
toString
-