Globals / PageExpiredInboxRecordProjection
# Interface: PageExpiredInboxRecordProjection
Paginated expired inbox results. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full inbox entity use the projection ID with individual method calls.
export
interface
PageExpiredInboxRecordProjection
# Hierarchy
- PageExpiredInboxRecordProjection
# Index
# Properties
# Properties
# content
• Optional
content: Array<ExpiredInboxRecordProjection>
Defined in src/generated/api.ts:2374 (opens new window)
memberof
PageExpiredInboxRecordProjection
# empty
• Optional
empty: boolean
Defined in src/generated/api.ts:2380 (opens new window)
memberof
PageExpiredInboxRecordProjection
# first
• Optional
first: boolean
Defined in src/generated/api.ts:2386 (opens new window)
memberof
PageExpiredInboxRecordProjection
# last
• Optional
last: boolean
Defined in src/generated/api.ts:2392 (opens new window)
memberof
PageExpiredInboxRecordProjection
# number
• Optional
number: number
Defined in src/generated/api.ts:2398 (opens new window)
memberof
PageExpiredInboxRecordProjection
# numberOfElements
• Optional
numberOfElements: number
Defined in src/generated/api.ts:2404 (opens new window)
memberof
PageExpiredInboxRecordProjection
# pageable
• Optional
pageable: Pageable
Defined in src/generated/api.ts:2410 (opens new window)
memberof
PageExpiredInboxRecordProjection
# size
• Optional
size: number
Defined in src/generated/api.ts:2416 (opens new window)
memberof
PageExpiredInboxRecordProjection
# sort
• Optional
sort: Sort
Defined in src/generated/api.ts:2422 (opens new window)
memberof
PageExpiredInboxRecordProjection
# totalElements
• Optional
totalElements: number
Defined in src/generated/api.ts:2428 (opens new window)
memberof
PageExpiredInboxRecordProjection
# totalPages
• Optional
totalPages: number
Defined in src/generated/api.ts:2434 (opens new window)
memberof
PageExpiredInboxRecordProjection