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