Klasse SearchOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SearchOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SearchOperationSpec
extends Object
SearchSpec
Specification for the Search operation.
Search statuses 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
SearchOperationSpec
(String expand, String projectId, Long startAt, Integer maxResults, String searchString, String statusCategory) Constructs a validated instance ofSearchOperationSpec
.Constructs a validated instance ofSearchOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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()
@Nullable Integer
The maximum number of items to return per page.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable String
The project the status is part of or null for global statuses.The project the status is part of or null for global statuses.@Nullable String
Term to match status names against or null to search for all statuses in the search scope.searchString
(@Nullable String searchString) Term to match status names against or null to search for all statuses in the search scope.@Nullable Long
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).@Nullable String
Category of the status to filter by.statusCategory
(@Nullable String statusCategory) Category of the status to filter by.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
-
SearchOperationSpec
Constructs a validated instance ofSearchOperationSpec
.- Parameter:
spec
- the specification to process
-
SearchOperationSpec
@Internal public SearchOperationSpec(String expand, String projectId, Long startAt, Integer maxResults, String searchString, String statusCategory) Constructs a validated instance ofSearchOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
expand
- Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *usages
Returns the project and issue types that use the status in their workflow. *workflowUsages
Returns the workflows that use the status.projectId
- The project the status is part of or null for global statuses.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.searchString
- Term to match status names against or null to search for all statuses in the search scope.statusCategory
- Category of the status to filter by. The supported values are:TODO
,IN_PROGRESS
, andDONE
.
-
SearchOperationSpec
protected SearchOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *usages
Returns the project and issue types that use the status in their workflow. *workflowUsages
Returns the workflows that use the status. -
projectId
The project the status is part of or null for global statuses. -
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. -
searchString
Term to match status names against or null to search for all statuses in the search scope. -
statusCategory
Category of the status to filter by. The supported values are:TODO
,IN_PROGRESS
, andDONE
. -
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *usages
Returns the project and issue types that use the status in their workflow. *workflowUsages
Returns the workflows that use the status.- Gibt zurück:
this
.
-
projectId
The project the status is part of or null for global statuses.- Gibt zurück:
this
.
-
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
.
-
searchString
Term to match status names against or null to search for all statuses in the search scope.- Gibt zurück:
this
.
-
statusCategory
Category of the status to filter by. The supported values are:TODO
,IN_PROGRESS
, andDONE
.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-