Klasse GetTrashedFieldsPaginatedOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.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
-
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
GetTrashedFieldsPaginatedOperationSpec
(Long startAt, Integer maxResults, Set<String> id, String query, String expand, String orderBy) Constructs a validated instance ofGetTrashedFieldsPaginatedOperationSpec
.Constructs a validated instance ofGetTrashedFieldsPaginatedOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetTrashedFieldsPaginatedOperationSpec
@Internal public GetTrashedFieldsPaginatedOperationSpec(Consumer<GetTrashedFieldsPaginatedOperationSpec> spec) Constructs a validated instance ofGetTrashedFieldsPaginatedOperationSpec
.- Parameter:
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.
- 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
-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()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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).- Gibt zurück:
this
.
-
maxResults
The maximum number of items to return per page.- Gibt zurück:
this
.
-
id
- Gibt zurück:
this
.
-
query
String used to perform a case-insensitive partial match with field names or descriptions.- Gibt zurück:
this
.
-
expand
- Gibt zurück:
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- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-