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