Class GetTrashedFieldsPaginatedOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetTrashedFieldsPaginatedOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetTrashedFieldsPaginatedOperationSpec
extends Object
GetTrashedFieldsPaginatedSpec
Specification for the GetTrashedFieldsPaginated operation.
Get fields in trash paginated
-
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
GetTrashedFieldsPaginatedOperationSpec
(Long startAt, Integer maxResults, Set<String> id, String query, String expand, String orderBy) Constructs a validated instance ofGetTrashedFieldsPaginatedOperationSpec
.Constructs a validated instance ofGetTrashedFieldsPaginatedOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
@Nullable String
expand()
int
hashCode()
id()
@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
orderBy()
[Order](#ordering) the results by a field: *name
sorts by the field name *trashDate
sorts by the date the field was moved to the trash *plannedDeletionDate
sorts by the planned deletion date[Order](#ordering) the results by a field: *name
sorts by the field name *trashDate
sorts by the date the field was moved to the trash *plannedDeletionDate
sorts by the planned deletion date@Nullable String
query()
String used to perform a case-insensitive partial match with field names or descriptions.String used to perform a case-insensitive partial match with field names or descriptions.@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).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
-
GetTrashedFieldsPaginatedOperationSpec
@Internal public GetTrashedFieldsPaginatedOperationSpec(Consumer<GetTrashedFieldsPaginatedOperationSpec> spec) Constructs a validated instance ofGetTrashedFieldsPaginatedOperationSpec
.- Parameters:
spec
- the specification to process
-
GetTrashedFieldsPaginatedOperationSpec
@Internal public GetTrashedFieldsPaginatedOperationSpec(Long startAt, Integer maxResults, Set<String> id, String query, String expand, String orderBy) Constructs a validated instance ofGetTrashedFieldsPaginatedOperationSpec
.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.id
-query
- String used to perform a case-insensitive partial match with field names or descriptions.expand
-orderBy
- [Order](#ordering) the results by a field: *name
sorts by the field name *trashDate
sorts by the date the field was moved to the trash *plannedDeletionDate
sorts by the planned deletion date
-
GetTrashedFieldsPaginatedOperationSpec
protected GetTrashedFieldsPaginatedOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder 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
-
query
String used to perform a case-insensitive partial match with field names or descriptions. -
expand
-
orderBy
[Order](#ordering) the results by a field: *name
sorts by the field name *trashDate
sorts by the date the field was moved to the trash *plannedDeletionDate
sorts by the planned deletion date -
startAt
The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
The maximum number of items to return per page.- Returns:
this
.
-
id
- Returns:
this
.
-
query
String used to perform a case-insensitive partial match with field names or descriptions.- Returns:
this
.
-
expand
- Returns:
this
.
-
orderBy
[Order](#ordering) the results by a field: *name
sorts by the field name *trashDate
sorts by the date the field was moved to the trash *plannedDeletionDate
sorts by the planned deletion date- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-