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