Globals / PageEmailProjection
# Interface: PageEmailProjection
Paginated email projection results. EmailProjections and EmailPreviews are essentially the same but have legacy naming issues. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full email entity use the projection ID with individual method calls. For emails there are several methods for fetching message bodies and attachments.
export
interface
PageEmailProjection
# Hierarchy
- PageEmailProjection
# Index
# Properties
# Properties
# content
• Optional
content: Array<EmailProjection>
Defined in src/generated/api.ts:2300 (opens new window)
memberof
PageEmailProjection
# empty
• Optional
empty: boolean
Defined in src/generated/api.ts:2306 (opens new window)
memberof
PageEmailProjection
# first
• Optional
first: boolean
Defined in src/generated/api.ts:2312 (opens new window)
memberof
PageEmailProjection
# last
• Optional
last: boolean
Defined in src/generated/api.ts:2318 (opens new window)
memberof
PageEmailProjection
# number
• Optional
number: number
Defined in src/generated/api.ts:2324 (opens new window)
memberof
PageEmailProjection
# numberOfElements
• Optional
numberOfElements: number
Defined in src/generated/api.ts:2330 (opens new window)
memberof
PageEmailProjection
# pageable
• Optional
pageable: Pageable
Defined in src/generated/api.ts:2336 (opens new window)
memberof
PageEmailProjection
# size
• Optional
size: number
Defined in src/generated/api.ts:2342 (opens new window)
memberof
PageEmailProjection
# sort
• Optional
sort: Sort
Defined in src/generated/api.ts:2348 (opens new window)
memberof
PageEmailProjection
# totalElements
• Optional
totalElements: number
Defined in src/generated/api.ts:2354 (opens new window)
memberof
PageEmailProjection
# totalPages
• Optional
totalPages: number
Defined in src/generated/api.ts:2360 (opens new window)
memberof
PageEmailProjection