Uses of Class
cn.sliew.carp.module.application.vela.api.v1.model.v1.V1UpdateProjectUserRequest
Packages that use V1UpdateProjectUserRequest
-
Uses of V1UpdateProjectUserRequest in cn.sliew.carp.module.application.vela.api.v1
Methods in cn.sliew.carp.module.application.vela.api.v1 with parameters of type V1UpdateProjectUserRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<V1EmptyResponse>ProjectApi.deleteProjectUser(V1UpdateProjectUserRequest body, String projectName, String userName) org.springframework.http.ResponseEntity<V1ProjectUserBase>ProjectApi.updateProjectUser(V1UpdateProjectUserRequest body, String projectName, String userName)