Uses of Class
io.sendon.model.GetImageUrlsResponseDto
-
Packages that use GetImageUrlsResponseDto Package Description io.sendon.api io.sendon.model -
-
Uses of GetImageUrlsResponseDto in io.sendon.api
Methods in io.sendon.api that return GetImageUrlsResponseDto Modifier and Type Method Description GetImageUrlsResponseDtoSdoSms. getImageUrl(Object imageId1, Object expireIn, Object imageId3, Object imageId2)MMS 이미지 조회 업로드된 MMS 이미지를 조회합니다.Methods in io.sendon.api that return types with arguments of type GetImageUrlsResponseDto Modifier and Type Method Description ApiResponse<GetImageUrlsResponseDto>SdoSms. getImageUrlWithHttpInfo(Object imageId1, Object expireIn, Object imageId3, Object imageId2)MMS 이미지 조회 업로드된 MMS 이미지를 조회합니다.Method parameters in io.sendon.api with type arguments of type GetImageUrlsResponseDto Modifier and Type Method Description okhttp3.CallSdoSms. getImageUrlAsync(Object imageId1, Object expireIn, Object imageId3, Object imageId2, ApiCallback<GetImageUrlsResponseDto> _callback)MMS 이미지 조회 (asynchronously) 업로드된 MMS 이미지를 조회합니다. -
Uses of GetImageUrlsResponseDto in io.sendon.model
Methods in io.sendon.model that return GetImageUrlsResponseDto Modifier and Type Method Description GetImageUrlsResponseDtoGetImageUrlsResponseDto. code(BigDecimal code)GetImageUrlsResponseDtoGetImageUrlsResponseDto. data(GetImageUrls data)static GetImageUrlsResponseDtoGetImageUrlsResponseDto. fromJson(String jsonString)Create an instance of GetImageUrlsResponseDto given an JSON stringGetImageUrlsResponseDtoGetImageUrlsResponseDto. message(String message)
-