Klasse GetNotificationSchemesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetNotificationSchemesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetNotificationSchemesOperationSpec
extends Object
GetNotificationSchemesSpec
Specification for the GetNotificationSchemes operation.
Get notification schemes paginated
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetNotificationSchemesOperationSpec(String startAt, String maxResults, Set<String> id, Set<String> projectId, Boolean onlyDefault, String expand) Constructs a validated instance ofGetNotificationSchemesOperationSpec.Constructs a validated instance ofGetNotificationSchemesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()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()id()The list of notification schemes IDs to be filtered byThe list of notification schemes IDs to be filtered by@Nullable StringThe maximum number of items to return per page.maxResults(@Nullable String maxResults) The maximum number of items to return per page.@Nullable BooleanWhen set to true, returns only the default notification scheme.onlyDefault(@Nullable Boolean onlyDefault) When set to true, returns only the default notification scheme.The list of projects IDs to be filtered byThe list of projects IDs to be filtered by@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
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetNotificationSchemesOperationSpec
@Internal public GetNotificationSchemesOperationSpec(Consumer<GetNotificationSchemesOperationSpec> spec) Constructs a validated instance ofGetNotificationSchemesOperationSpec.- Parameter:
spec- the specification to process
-
GetNotificationSchemesOperationSpec
@Internal public GetNotificationSchemesOperationSpec(String startAt, String maxResults, Set<String> id, Set<String> projectId, Boolean onlyDefault, String expand) Constructs a validated instance ofGetNotificationSchemesOperationSpec.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.id- The list of notification schemes IDs to be filtered byprojectId- The list of projects IDs to be filtered byonlyDefault- When set to true, returns only the default notification scheme. If you provide project IDs not associated with the default, returns an empty page. The default value is false.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
-
GetNotificationSchemesOperationSpec
protected GetNotificationSchemesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetNotificationSchemesOperationSpec.GetNotificationSchemesOperationSpecBuilder 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. -
id
The list of notification schemes IDs to be filtered by -
projectId
The list of projects IDs to be filtered by -
onlyDefault
When set to true, returns only the default notification scheme. If you provide project IDs not associated with the default, returns an empty page. The default value is false. -
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 -
startAt
The index of the first item to return in a page of results (page offset).- Gibt zurück:
this.
-
maxResults
The maximum number of items to return per page.- Gibt zurück:
this.
-
id
The list of notification schemes IDs to be filtered by- Gibt zurück:
this.
-
projectId
The list of projects IDs to be filtered by- Gibt zurück:
this.
-
onlyDefault
When set to true, returns only the default notification scheme. If you provide project IDs not associated with the default, returns an empty page. The default value is false.- 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
-