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: *allReturns all expandable information *fieldReturns information about any custom fields assigned to receive an event *groupReturns information about any groups assigned to receive an event *notificationSchemeEventsReturns a list of event associations. This list is returned for all expandable information *projectRoleReturns information about any project roles assigned to receive an event *userReturns information about any users assigned to receive an event- Gibt zurück:
this.
-
build
-
toString
-