Uses of Class
com.legislate.model.CreateTeamRequestDTO
-
Packages that use CreateTeamRequestDTO Package Description com.legislate.api com.legislate.model -
-
Uses of CreateTeamRequestDTO in com.legislate.api
Methods in com.legislate.api with parameters of type CreateTeamRequestDTO Modifier and Type Method Description TeamResponseDTOTeamApi. postTeamUsingPOST(CreateTeamRequestDTO body, Long userId)Create a team for a given user.TeamResponseDTOTeamsApi. postTeamUsingPOST(CreateTeamRequestDTO body, Long userId)Create a team for a given user.com.squareup.okhttp.CallTeamApi. postTeamUsingPOSTAsync(CreateTeamRequestDTO body, Long userId, ApiCallback<TeamResponseDTO> callback)Create a team for a given user.com.squareup.okhttp.CallTeamsApi. postTeamUsingPOSTAsync(CreateTeamRequestDTO body, Long userId, ApiCallback<TeamResponseDTO> callback)Create a team for a given user.com.squareup.okhttp.CallTeamApi. postTeamUsingPOSTCall(CreateTeamRequestDTO body, Long userId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for postTeamUsingPOSTcom.squareup.okhttp.CallTeamsApi. postTeamUsingPOSTCall(CreateTeamRequestDTO body, Long userId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for postTeamUsingPOSTApiResponse<TeamResponseDTO>TeamApi. postTeamUsingPOSTWithHttpInfo(CreateTeamRequestDTO body, Long userId)Create a team for a given user.ApiResponse<TeamResponseDTO>TeamsApi. postTeamUsingPOSTWithHttpInfo(CreateTeamRequestDTO body, Long userId)Create a team for a given user. -
Uses of CreateTeamRequestDTO in com.legislate.model
Methods in com.legislate.model that return CreateTeamRequestDTO Modifier and Type Method Description CreateTeamRequestDTOCreateTeamRequestDTO. name(String name)
-