Klasse GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder
- Umschließende Klasse:
GetNotificationSchemeToProjectMappingsOperationSpec
public static class GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
startAt
public GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder startAt(@Nullable @Nullable String startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
public GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder maxResults(@Nullable @Nullable String maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
notificationSchemeId
public GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder notificationSchemeId(@Nullable @Nullable Set<String> notificationSchemeId) The list of notifications scheme IDs to be filtered out- Gibt zurück:
this
.
-
projectId
public GetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpecBuilder projectId(@Nullable @Nullable Set<String> projectId) The list of project IDs to be filtered out- Gibt zurück:
this
.
-
build
-
toString
-