Class 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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GetNotificationSchemeForProjectOperationSpec
(String projectKeyOrId, String expand) Constructs a validated instance ofGetNotificationSchemeForProjectOperationSpec
.GetNotificationSchemeForProjectOperationSpec
(Consumer<GetNotificationSchemeForProjectOperationSpec> spec) Constructs a validated instance ofGetNotificationSchemeForProjectOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionstatic GetNotificationSchemeForProjectOperationSpec.GetNotificationSchemeForProjectOperationSpecBuilder
builder()
protected boolean
boolean
@Nullable String
expand()
Use [expand](#expansion) to include additional information in the response.Use [expand](#expansion) to include additional information in the response.int
hashCode()
@NotNull String
The project ID or project key (case sensitive).projectKeyOrId
(@NotNull String projectKeyOrId) The project ID or project key (case sensitive).toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetNotificationSchemeForProjectOperationSpec
@Internal public GetNotificationSchemeForProjectOperationSpec(Consumer<GetNotificationSchemeForProjectOperationSpec> spec) Constructs a validated instance ofGetNotificationSchemeForProjectOperationSpec
.- Parameters:
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.
- Parameters:
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: *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
-
GetNotificationSchemeForProjectOperationSpec
protected GetNotificationSchemeForProjectOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
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: *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 -
projectKeyOrId
public GetNotificationSchemeForProjectOperationSpec projectKeyOrId(@NotNull @NotNull String projectKeyOrId) The project ID or project key (case sensitive).- Returns:
this
.
-
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- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-