Class GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder
- Enclosing class:
- GetNotificationSchemeToProjectMappingsOperationSpec
public static class GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
maxResults
(@Nullable String maxResults) The maximum number of items to return per page.notificationSchemeId
(@Nullable Set<String> notificationSchemeId) The list of notifications scheme IDs to be filtered outThe list of project IDs to be filtered outThe index of the first item to return in a page of results (page offset).toString()
-
Method Details
-
startAt
public GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder startAt(@Nullable @Nullable String startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder maxResults(@Nullable @Nullable String maxResults) The maximum number of items to return per page.- Returns:
this
.
-
notificationSchemeId
public GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder notificationSchemeId(@Nullable @Nullable Set<String> notificationSchemeId) The list of notifications scheme IDs to be filtered out- Returns:
this
.
-
projectId
public GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder projectId(@Nullable @Nullable Set<String> projectId) The list of project IDs to be filtered out- Returns:
this
.
-
build
-
toString
-