PageSentEmailWithQueueProjection class
Constructors
-
PageSentEmailWithQueueProjection({List<SendWithQueueResult> content = const [], PageableObject? pageable, int? total, required int size, required int number, required int numberOfElements, required int totalElements, required int totalPages, bool? last, Sort? sort, bool? first, bool? empty})
-
Returns a new PageSentEmailWithQueueProjection instance.
Properties
-
content
↔ List<SendWithQueueResult>
-
Collection of items
getter/setter pair
-
empty
↔ bool?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
first
↔ bool?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
last
↔ bool?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
number
↔ int
-
Page number starting at 0
getter/setter pair
-
numberOfElements
↔ int
-
Number of items returned
getter/setter pair
-
pageable
↔ PageableObject?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
size
↔ int
-
Size of page requested
getter/setter pair
-
sort
↔ Sort?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
total
↔ int?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
totalElements
↔ int
-
Total number of items available for querying
getter/setter pair
-
totalPages
↔ int
-
Total number of pages available
getter/setter pair