Globals / PageContactProjection
# Interface: PageContactProjection
Paginated contact 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
PageContactProjection
# Hierarchy
- PageContactProjection
# Index
# Properties
# Properties
# content
• Optional
content: Array<ContactProjection>
Defined in src/generated/api.ts:2152 (opens new window)
memberof
PageContactProjection
# empty
• Optional
empty: boolean
Defined in src/generated/api.ts:2158 (opens new window)
memberof
PageContactProjection
# first
• Optional
first: boolean
Defined in src/generated/api.ts:2164 (opens new window)
memberof
PageContactProjection
# last
• Optional
last: boolean
Defined in src/generated/api.ts:2170 (opens new window)
memberof
PageContactProjection
# number
• Optional
number: number
Defined in src/generated/api.ts:2176 (opens new window)
memberof
PageContactProjection
# numberOfElements
• Optional
numberOfElements: number
Defined in src/generated/api.ts:2182 (opens new window)
memberof
PageContactProjection
# pageable
• Optional
pageable: Pageable
Defined in src/generated/api.ts:2188 (opens new window)
memberof
PageContactProjection
# size
• Optional
size: number
Defined in src/generated/api.ts:2194 (opens new window)
memberof
PageContactProjection
# sort
• Optional
sort: Sort
Defined in src/generated/api.ts:2200 (opens new window)
memberof
PageContactProjection
# totalElements
• Optional
totalElements: number
Defined in src/generated/api.ts:2206 (opens new window)
memberof
PageContactProjection
# totalPages
• Optional
totalPages: number
Defined in src/generated/api.ts:2212 (opens new window)
memberof
PageContactProjection