entities

@JvmName(name = "exportComponentsResponseComponent")
fun Flow<ExportComponentsResponse>.entities(): Flow<Component>

This paginator transforms the flow returned by exportComponentsPaginated to access the nested member Component

Return

A kotlinx.coroutines.flow.Flow that can collect Component


@JvmName(name = "exportFormsResponseForm")
fun Flow<ExportFormsResponse>.entities(): Flow<Form>

This paginator transforms the flow returned by exportFormsPaginated to access the nested member Form

Return

A kotlinx.coroutines.flow.Flow that can collect Form


@JvmName(name = "exportThemesResponseTheme")
fun Flow<ExportThemesResponse>.entities(): Flow<Theme>

This paginator transforms the flow returned by exportThemesPaginated to access the nested member Theme

Return

A kotlinx.coroutines.flow.Flow that can collect Theme


@JvmName(name = "listCodegenJobsResponseCodegenJobSummary")
fun Flow<ListCodegenJobsResponse>.entities(): Flow<CodegenJobSummary>

This paginator transforms the flow returned by listCodegenJobsPaginated to access the nested member CodegenJobSummary

Return

A kotlinx.coroutines.flow.Flow that can collect CodegenJobSummary


@JvmName(name = "listComponentsResponseComponentSummary")
fun Flow<ListComponentsResponse>.entities(): Flow<ComponentSummary>

This paginator transforms the flow returned by listComponentsPaginated to access the nested member ComponentSummary

Return

A kotlinx.coroutines.flow.Flow that can collect ComponentSummary


@JvmName(name = "listFormsResponseFormSummary")
fun Flow<ListFormsResponse>.entities(): Flow<FormSummary>

This paginator transforms the flow returned by listFormsPaginated to access the nested member FormSummary

Return

A kotlinx.coroutines.flow.Flow that can collect FormSummary


@JvmName(name = "listThemesResponseThemeSummary")
fun Flow<ListThemesResponse>.entities(): Flow<ThemeSummary>

This paginator transforms the flow returned by listThemesPaginated to access the nested member ThemeSummary

Return

A kotlinx.coroutines.flow.Flow that can collect ThemeSummary