Class GetProjectComponentsOperationSpec.GetProjectComponentsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetProjectComponentsOperationSpec.GetProjectComponentsOperationSpecBuilder
- Enclosing class:
- GetProjectComponentsOperationSpec
public static class GetProjectComponentsOperationSpec.GetProjectComponentsOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()componentSource(@Nullable String componentSource) The source of the components to return.projectIdOrKey(@NotNull String projectIdOrKey) The project ID or project key (case sensitive).toString()
-
Method Details
-
projectIdOrKey
public GetProjectComponentsOperationSpec.GetProjectComponentsOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey) The project ID or project key (case sensitive).- Returns:
this.
-
componentSource
public GetProjectComponentsOperationSpec.GetProjectComponentsOperationSpecBuilder componentSource(@Nullable @Nullable String componentSource) The source of the components to return. Can bejira(default),compassorauto. Whenautois specified, the API will return connected Compass components if the project is opted into Compass, otherwise it will return Jira components. Defaults tojira.- Returns:
this.
-
build
-
toString
-