Uses of Class
com.daml.ledger.javaapi.data.ListUserRightsResponse
-
Packages that use ListUserRightsResponse Package Description com.daml.ledger.javaapi.data com.daml.ledger.rxjava com.daml.ledger.rxjava.grpc -
-
Uses of ListUserRightsResponse in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return ListUserRightsResponse Modifier and Type Method Description static 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 ListUserRightsResponse Modifier and Type Method Description io.reactivex.Single<ListUserRightsResponse>
UserManagementClient. listUserRights(@NonNull ListUserRightsRequest request)
io.reactivex.Single<ListUserRightsResponse>
UserManagementClient. listUserRights(@NonNull ListUserRightsRequest request, java.lang.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 ListUserRightsResponse Modifier and Type Method Description io.reactivex.Single<ListUserRightsResponse>
UserManagementClientImpl. listUserRights(@NonNull ListUserRightsRequest request)
io.reactivex.Single<ListUserRightsResponse>
UserManagementClientImpl. listUserRights(@NonNull ListUserRightsRequest request, java.lang.String accessToken)
-