Class GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder
- Enclosing class:
- GetScreensForFieldOperationSpec
public static class GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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()
-
Method Details
-
fieldId
public GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder fieldId(@NotNull @NotNull String fieldId) The ID of the field to return screens for.- Returns:
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).- Returns:
this.
-
maxResults
public GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this.
-
expand
public GetScreensForFieldOperationSpec.GetScreensForFieldOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information about screens in the response. This parameter acceptstabwhich returns details about the screen tabs the field is used in.- Returns:
this.
-
build
-
toString
-