Uses of Class
io.sendon.model.GetImageUrl
-
Packages that use GetImageUrl Package Description io.sendon.model -
-
Uses of GetImageUrl in io.sendon.model
Methods in io.sendon.model that return GetImageUrl Modifier and Type Method Description static GetImageUrlGetImageUrl. fromJson(String jsonString)Create an instance of GetImageUrl given an JSON stringGetImageUrlGetImageUrl. imageId1(String imageId1)GetImageUrlGetImageUrl. url(String url)Methods in io.sendon.model that return types with arguments of type GetImageUrl Modifier and Type Method Description List<GetImageUrl>GetImageUrls. getImages()이미지 리스트Methods in io.sendon.model with parameters of type GetImageUrl Modifier and Type Method Description GetImageUrlsGetImageUrls. addImagesItem(GetImageUrl imagesItem)Method parameters in io.sendon.model with type arguments of type GetImageUrl Modifier and Type Method Description GetImageUrlsGetImageUrls. images(List<GetImageUrl> images)voidGetImageUrls. setImages(List<GetImageUrl> images)
-