Uses of Class
com.daml.ledger.javaapi.data.ListUsersResponse
Packages that use ListUsersResponse
-
Uses of ListUsersResponse in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return ListUsersResponseModifier and TypeMethodDescriptionstatic ListUsersResponse
ListUsersResponse.fromProto
(UserManagementServiceOuterClass.ListUsersResponse proto) -
Uses of ListUsersResponse in com.daml.ledger.rxjava
Methods in com.daml.ledger.rxjava that return types with arguments of type ListUsersResponseModifier and TypeMethodDescriptionio.reactivex.Single<ListUsersResponse>
UserManagementClient.listUsers()
io.reactivex.Single<ListUsersResponse>
UserManagementClient.listUsers
(@NonNull ListUsersRequest request) io.reactivex.Single<ListUsersResponse>
UserManagementClient.listUsers
(@NonNull ListUsersRequest request, String accessToken) io.reactivex.Single<ListUsersResponse>
-
Uses of ListUsersResponse in com.daml.ledger.rxjava.grpc
Methods in com.daml.ledger.rxjava.grpc that return types with arguments of type ListUsersResponseModifier and TypeMethodDescriptionio.reactivex.Single<ListUsersResponse>
UserManagementClientImpl.listUsers()
io.reactivex.Single<ListUsersResponse>
UserManagementClientImpl.listUsers
(@NonNull ListUsersRequest request) io.reactivex.Single<ListUsersResponse>
UserManagementClientImpl.listUsers
(@NonNull ListUsersRequest request, String accessToken) io.reactivex.Single<ListUsersResponse>