Klasse GetNotificationSchemeForProjectOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetNotificationSchemeForProjectOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetNotificationSchemeForProjectOperationSpec
extends Object
GetNotificationSchemeForProjectSpec
Specification for the GetNotificationSchemeForProject operation.
Get project notification scheme
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetNotificationSchemeForProjectOperationSpec(String projectKeyOrId, String expand) Constructs a validated instance ofGetNotificationSchemeForProjectOperationSpec.GetNotificationSchemeForProjectOperationSpec(Consumer<GetNotificationSchemeForProjectOperationSpec> spec) Constructs a validated instance ofGetNotificationSchemeForProjectOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic GetNotificationSchemeForProjectOperationSpec.GetNotificationSchemeForProjectOperationSpecBuilderbuilder()protected booleanboolean@Nullable Stringexpand()Use [expand](#expansion) to include additional information in the response.Use [expand](#expansion) to include additional information in the response.inthashCode()@NotNull StringThe project ID or project key (case sensitive).projectKeyOrId(@NotNull String projectKeyOrId) The project ID or project key (case sensitive).toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetNotificationSchemeForProjectOperationSpec
@Internal public GetNotificationSchemeForProjectOperationSpec(Consumer<GetNotificationSchemeForProjectOperationSpec> spec) Constructs a validated instance ofGetNotificationSchemeForProjectOperationSpec.- Parameter:
spec- the specification to process
-
GetNotificationSchemeForProjectOperationSpec
Constructs a validated instance ofGetNotificationSchemeForProjectOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
projectKeyOrId- The project ID or project key (case sensitive).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
-
GetNotificationSchemeForProjectOperationSpec
protected GetNotificationSchemeForProjectOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetNotificationSchemeForProjectOperationSpec.GetNotificationSchemeForProjectOperationSpecBuilder builder() -
projectKeyOrId
The project ID or project key (case sensitive). -
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 -
projectKeyOrId
public GetNotificationSchemeForProjectOperationSpec projectKeyOrId(@NotNull @NotNull String projectKeyOrId) The project ID or project key (case sensitive).- Gibt zurück:
this.
-
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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-