Klasse GetNotificationSchemeForProjectOperationSpec.GetNotificationSchemeForProjectOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetNotificationSchemeForProjectOperationSpec.GetNotificationSchemeForProjectOperationSpecBuilder
- Umschließende Klasse:
GetNotificationSchemeForProjectOperationSpec
public static class GetNotificationSchemeForProjectOperationSpec.GetNotificationSchemeForProjectOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Use [expand](#expansion) to include additional information in the response.projectKeyOrId
(@NotNull String projectKeyOrId) The project ID or project key (case sensitive).toString()
-
Methodendetails
-
projectKeyOrId
public GetNotificationSchemeForProjectOperationSpec.GetNotificationSchemeForProjectOperationSpecBuilder projectKeyOrId(@NotNull @NotNull String projectKeyOrId) The project ID or project key (case sensitive).- Gibt zurück:
this
.
-
expand
public GetNotificationSchemeForProjectOperationSpec.GetNotificationSchemeForProjectOperationSpecBuilder 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
-