Class GetAllScreenTabFieldsOperationSpec.GetAllScreenTabFieldsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllScreenTabFieldsOperationSpec.GetAllScreenTabFieldsOperationSpecBuilder
- Enclosing class:
- GetAllScreenTabFieldsOperationSpec
public static class GetAllScreenTabFieldsOperationSpec.GetAllScreenTabFieldsOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
projectKey
(@Nullable String projectKey) The key of the project.The ID of the screen.The ID of the screen tab.toString()
-
Method Details
-
screenId
public GetAllScreenTabFieldsOperationSpec.GetAllScreenTabFieldsOperationSpecBuilder screenId(@NotNull @NotNull Long screenId) The ID of the screen.- Returns:
this
.
-
tabId
public GetAllScreenTabFieldsOperationSpec.GetAllScreenTabFieldsOperationSpecBuilder tabId(@NotNull @NotNull Long tabId) The ID of the screen tab.- Returns:
this
.
-
projectKey
public GetAllScreenTabFieldsOperationSpec.GetAllScreenTabFieldsOperationSpecBuilder projectKey(@Nullable @Nullable String projectKey) The key of the project.- Returns:
this
.
-
build
-
toString
-