Klasse 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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetNotificationSchemeToProjectMappingsOperationSpec
(String startAt, String maxResults, Set<String> notificationSchemeId, Set<String> projectId) Constructs a validated instance ofGetNotificationSchemeToProjectMappingsOperationSpec
.GetNotificationSchemeToProjectMappingsOperationSpec
(Consumer<GetNotificationSchemeToProjectMappingsOperationSpec> spec) Constructs a validated instance ofGetNotificationSchemeToProjectMappingsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@Nullable String
The 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 String
startAt()
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()
void
validate()
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
-
GetNotificationSchemeToProjectMappingsOperationSpec
@Internal public GetNotificationSchemeToProjectMappingsOperationSpec(Consumer<GetNotificationSchemeToProjectMappingsOperationSpec> spec) Constructs a validated instance ofGetNotificationSchemeToProjectMappingsOperationSpec
.- Parameter:
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.
- Parameter:
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()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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).- Gibt zurück:
this
.
-
maxResults
public GetNotificationSchemeToProjectMappingsOperationSpec maxResults(@Nullable @Nullable String maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
notificationSchemeId
public GetNotificationSchemeToProjectMappingsOperationSpec notificationSchemeId(@Nullable @Nullable Set<String> notificationSchemeId) The list of notifications scheme IDs to be filtered out- Gibt zurück:
this
.
-
projectId
public GetNotificationSchemeToProjectMappingsOperationSpec projectId(@Nullable @Nullable Set<String> projectId) The list of project IDs to be filtered out- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-