Uses of Class
com.docusign.admin.model.RemoveUserProductsResponse
-
Packages that use RemoveUserProductsResponse Package Description com.docusign.admin.api com.docusign.admin.model -
-
Uses of RemoveUserProductsResponse in com.docusign.admin.api
Methods in com.docusign.admin.api that return RemoveUserProductsResponse Modifier and Type Method Description RemoveUserProductsResponseProductPermissionProfilesApi. removeUserProductPermission(UUID organizationId, UUID accountId, UserProductProfileDeleteRequest userProductPermissionProfilesRequest)Remove user from permission profiles for one or more products.Methods in com.docusign.admin.api that return types with arguments of type RemoveUserProductsResponse Modifier and Type Method Description ApiResponse<RemoveUserProductsResponse>ProductPermissionProfilesApi. removeUserProductPermissionWithHttpInfo(UUID organizationId, UUID accountId, UserProductProfileDeleteRequest userProductPermissionProfilesRequest)Remove user from permission profiles for one or more products Required scopes: user_write -
Uses of RemoveUserProductsResponse in com.docusign.admin.model
Methods in com.docusign.admin.model that return RemoveUserProductsResponse Modifier and Type Method Description RemoveUserProductsResponseRemoveUserProductsResponse. isSuccess(Boolean isSuccess)isSuccess.RemoveUserProductsResponseRemoveUserProductsResponse. putUserProductResultsItem(String key, String userProductResultsItem)putUserProductResultsItem.RemoveUserProductsResponseRemoveUserProductsResponse. userEmail(String userEmail)userEmail.RemoveUserProductsResponseRemoveUserProductsResponse. userId(UUID userId)userId.RemoveUserProductsResponseRemoveUserProductsResponse. userProductResults(Map<String,String> userProductResults)userProductResults.
-