Class ToggleFeatureForProjectOperationSpec.ToggleFeatureForProjectOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.ToggleFeatureForProjectOperationSpec.ToggleFeatureForProjectOperationSpecBuilder
- Enclosing class:
- ToggleFeatureForProjectOperationSpec
public static class ToggleFeatureForProjectOperationSpec.ToggleFeatureForProjectOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
featureKey
(@NotNull String featureKey) The key of the feature.projectFeatureState
(@NotNull ProjectFeatureState projectFeatureState) Details of the feature state change.projectIdOrKey
(@NotNull String projectIdOrKey) The ID or (case-sensitive) key of the project.toString()
-
Method Details
-
projectIdOrKey
public ToggleFeatureForProjectOperationSpec.ToggleFeatureForProjectOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey) The ID or (case-sensitive) key of the project.- Returns:
this
.
-
featureKey
public ToggleFeatureForProjectOperationSpec.ToggleFeatureForProjectOperationSpecBuilder featureKey(@NotNull @NotNull String featureKey) The key of the feature.- Returns:
this
.
-
projectFeatureState
public ToggleFeatureForProjectOperationSpec.ToggleFeatureForProjectOperationSpecBuilder projectFeatureState(@NotNull @NotNull ProjectFeatureState projectFeatureState) Details of the feature state change.- Returns:
this
.
-
build
-
toString
-