Class GetNotificationSchemeToProjectMappingsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetNotificationSchemeToProjectMappingsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetNotificationSchemeToProjectMappingsOperationSpec
extends Object
GetNotificationSchemeToProjectMappingsSpec
Specification for the GetNotificationSchemeToProjectMappings operation.
Get projects using notification schemes paginated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGetNotificationSchemeToProjectMappingsOperationSpec(String startAt, String maxResults, Set<String> notificationSchemeId, Set<String> projectId) Constructs a validated instance ofGetNotificationSchemeToProjectMappingsOperationSpec.GetNotificationSchemeToProjectMappingsOperationSpec(Consumer<GetNotificationSchemeToProjectMappingsOperationSpec> spec) Constructs a validated instance ofGetNotificationSchemeToProjectMappingsOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()@Nullable StringThe maximum number of items to return per page.maxResults(@Nullable String maxResults) The maximum number of items to return per page.The list of notifications scheme IDs to be filtered outnotificationSchemeId(@Nullable Set<String> notificationSchemeId) The list of notifications scheme IDs to be filtered outThe list of project IDs to be filtered outThe list of project IDs to be filtered out@Nullable StringstartAt()The index of the first item to return in a page of results (page offset).The index of the first item to return in a page of results (page offset).toString()voidvalidate()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
-
GetNotificationSchemeToProjectMappingsOperationSpec
@Internal public GetNotificationSchemeToProjectMappingsOperationSpec(Consumer<GetNotificationSchemeToProjectMappingsOperationSpec> spec) Constructs a validated instance ofGetNotificationSchemeToProjectMappingsOperationSpec.- Parameters:
spec- the specification to process
-
GetNotificationSchemeToProjectMappingsOperationSpec
@Internal public GetNotificationSchemeToProjectMappingsOperationSpec(String startAt, String maxResults, Set<String> notificationSchemeId, Set<String> projectId) Constructs a validated instance ofGetNotificationSchemeToProjectMappingsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
startAt- The index of the first item to return in a page of results (page offset).maxResults- The maximum number of items to return per page.notificationSchemeId- The list of notifications scheme IDs to be filtered outprojectId- The list of project IDs to be filtered out
-
GetNotificationSchemeToProjectMappingsOperationSpec
protected GetNotificationSchemeToProjectMappingsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
startAt
The index of the first item to return in a page of results (page offset). -
maxResults
The maximum number of items to return per page. -
notificationSchemeId
The list of notifications scheme IDs to be filtered out -
projectId
The list of project IDs to be filtered out -
startAt
public GetNotificationSchemeToProjectMappingsOperationSpec startAt(@Nullable @Nullable String startAt) The index of the first item to return in a page of results (page offset).- Returns:
this.
-
maxResults
public GetNotificationSchemeToProjectMappingsOperationSpec maxResults(@Nullable @Nullable String maxResults) The maximum number of items to return per page.- Returns:
this.
-
notificationSchemeId
public GetNotificationSchemeToProjectMappingsOperationSpec notificationSchemeId(@Nullable @Nullable Set<String> notificationSchemeId) The list of notifications scheme IDs to be filtered out- Returns:
this.
-
projectId
public GetNotificationSchemeToProjectMappingsOperationSpec projectId(@Nullable @Nullable Set<String> projectId) The list of project IDs to be filtered out- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-