Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by listCaseEditsPaginated to access the nested member CaseEditItem
This paginator transforms the flow returned by listCasesPaginated to access the nested member ListCasesItem
This paginator transforms the flow returned by listCommentsPaginated to access the nested member ListCommentsItem
This paginator transforms the flow returned by listMembershipsPaginated to access the nested member ListMembershipItem
Link copied to clipboard
fun SecurityIrClient.listCaseEditsPaginated(initialRequest: ListCaseEditsRequest): Flow<ListCaseEditsResponse>
fun SecurityIrClient.listCaseEditsPaginated(block: ListCaseEditsRequest.Builder.() -> Unit): Flow<ListCaseEditsResponse>
Paginate over ListCaseEditsResponse results.
Link copied to clipboard
fun SecurityIrClient.listCasesPaginated(initialRequest: ListCasesRequest = ListCasesRequest { }): Flow<ListCasesResponse>
fun SecurityIrClient.listCasesPaginated(block: ListCasesRequest.Builder.() -> Unit): Flow<ListCasesResponse>
Paginate over ListCasesResponse results.
Link copied to clipboard
fun SecurityIrClient.listCommentsPaginated(initialRequest: ListCommentsRequest): Flow<ListCommentsResponse>
fun SecurityIrClient.listCommentsPaginated(block: ListCommentsRequest.Builder.() -> Unit): Flow<ListCommentsResponse>
Paginate over ListCommentsResponse results.
Link copied to clipboard
fun SecurityIrClient.listMembershipsPaginated(initialRequest: ListMembershipsRequest = ListMembershipsRequest { }): Flow<ListMembershipsResponse>
fun SecurityIrClient.listMembershipsPaginated(block: ListMembershipsRequest.Builder.() -> Unit): Flow<ListMembershipsResponse>
Paginate over ListMembershipsResponse results.