Uses of Class
com.legislate.model.UpdateTeamRequestDTO
-
Packages that use UpdateTeamRequestDTO Package Description com.legislate.api com.legislate.model -
-
Uses of UpdateTeamRequestDTO in com.legislate.api
Methods in com.legislate.api with parameters of type UpdateTeamRequestDTO Modifier and Type Method Description TeamResponseDTOTeamApi. updateTeamUsingPATCH(UpdateTeamRequestDTO body, Long teamId)Updates a team.com.squareup.okhttp.CallTeamApi. updateTeamUsingPATCHAsync(UpdateTeamRequestDTO body, Long teamId, ApiCallback<TeamResponseDTO> callback)Updates a team.com.squareup.okhttp.CallTeamApi. updateTeamUsingPATCHCall(UpdateTeamRequestDTO body, Long teamId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for updateTeamUsingPATCHApiResponse<TeamResponseDTO>TeamApi. updateTeamUsingPATCHWithHttpInfo(UpdateTeamRequestDTO body, Long teamId)Updates a team. -
Uses of UpdateTeamRequestDTO in com.legislate.model
Methods in com.legislate.model that return UpdateTeamRequestDTO Modifier and Type Method Description UpdateTeamRequestDTOUpdateTeamRequestDTO. name(String name)
-