Uses of Class
io.sendon.model.UploadImagesResponseDto
-
Packages that use UploadImagesResponseDto Package Description io.sendon.api io.sendon.model -
-
Uses of UploadImagesResponseDto in io.sendon.api
Methods in io.sendon.api that return UploadImagesResponseDto Modifier and Type Method Description UploadImagesResponseDtoSdoSms. uploadImages(List<File> images)MMS 이미지 업로드 MMS 발송에 포함될 이미지를 업로드합니다.Methods in io.sendon.api that return types with arguments of type UploadImagesResponseDto Modifier and Type Method Description ApiResponse<UploadImagesResponseDto>SdoSms. uploadImagesWithHttpInfo(List<File> images)MMS 이미지 업로드 MMS 발송에 포함될 이미지를 업로드합니다.Method parameters in io.sendon.api with type arguments of type UploadImagesResponseDto Modifier and Type Method Description okhttp3.CallSdoSms. uploadImagesAsync(List<File> images, ApiCallback<UploadImagesResponseDto> _callback)MMS 이미지 업로드 (asynchronously) MMS 발송에 포함될 이미지를 업로드합니다. -
Uses of UploadImagesResponseDto in io.sendon.model
Methods in io.sendon.model that return UploadImagesResponseDto Modifier and Type Method Description UploadImagesResponseDtoUploadImagesResponseDto. code(BigDecimal code)UploadImagesResponseDtoUploadImagesResponseDto. data(UploadImages data)static UploadImagesResponseDtoUploadImagesResponseDto. fromJson(String jsonString)Create an instance of UploadImagesResponseDto given an JSON stringUploadImagesResponseDtoUploadImagesResponseDto. message(String message)
-