Klasse GetNotificationSchemesOperationSpec.GetNotificationSchemesOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetNotificationSchemesOperationSpec.GetNotificationSchemesOperationSpecBuilder
- Umschließende Klasse:
GetNotificationSchemesOperationSpec
public static class GetNotificationSchemesOperationSpec.GetNotificationSchemesOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Use [expand](#expansion) to include additional information in the response.The list of notification schemes IDs to be filtered bymaxResults
(@Nullable String maxResults) The maximum number of items to return per page.onlyDefault
(@Nullable Boolean onlyDefault) When set to true, returns only the default notification scheme.The list of projects IDs to be filtered byThe index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
startAt
public GetNotificationSchemesOperationSpec.GetNotificationSchemesOperationSpecBuilder 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 GetNotificationSchemesOperationSpec.GetNotificationSchemesOperationSpecBuilder maxResults(@Nullable @Nullable String maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
id
public GetNotificationSchemesOperationSpec.GetNotificationSchemesOperationSpecBuilder id(@Nullable @Nullable Set<String> id) The list of notification schemes IDs to be filtered by- Gibt zurück:
this
.
-
projectId
public GetNotificationSchemesOperationSpec.GetNotificationSchemesOperationSpecBuilder projectId(@Nullable @Nullable Set<String> projectId) The list of projects IDs to be filtered by- Gibt zurück:
this
.
-
onlyDefault
public GetNotificationSchemesOperationSpec.GetNotificationSchemesOperationSpecBuilder onlyDefault(@Nullable @Nullable Boolean onlyDefault) When set to true, returns only the default notification scheme. If you provide project IDs not associated with the default, returns an empty page. The default value is false.- Gibt zurück:
this
.
-
expand
public GetNotificationSchemesOperationSpec.GetNotificationSchemesOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *all
Returns all expandable information *field
Returns information about any custom fields assigned to receive an event *group
Returns information about any groups assigned to receive an event *notificationSchemeEvents
Returns a list of event associations. This list is returned for all expandable information *projectRole
Returns information about any project roles assigned to receive an event *user
Returns information about any users assigned to receive an event- Gibt zurück:
this
.
-
build
-
toString
-