Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listCaseEditsResponseCaseEditItem")
fun Flow<ListCaseEditsResponse>.items(): Flow<CaseEditItem>

This paginator transforms the flow returned by listCaseEditsPaginated to access the nested member CaseEditItem

@JvmName(name = "listCasesResponseListCasesItem")
fun Flow<ListCasesResponse>.items(): Flow<ListCasesItem>

This paginator transforms the flow returned by listCasesPaginated to access the nested member ListCasesItem

@JvmName(name = "listCommentsResponseListCommentsItem")
fun Flow<ListCommentsResponse>.items(): Flow<ListCommentsItem>

This paginator transforms the flow returned by listCommentsPaginated to access the nested member ListCommentsItem

@JvmName(name = "listMembershipsResponseListMembershipItem")
fun Flow<ListMembershipsResponse>.items(): Flow<ListMembershipItem>

This paginator transforms the flow returned by listMembershipsPaginated to access the nested member ListMembershipItem

Link copied to clipboard