Uses of Class
com.blockchyp.client.dto.SlideShow
Packages that use SlideShow
-
Uses of SlideShow in com.blockchyp.client
Methods in com.blockchyp.client that return SlideShowModifier and TypeMethodDescriptionBlockChypClient.slideShow(SlideShowRequest request) Returns a single slide show with slides.BlockChypClient.updateSlideShow(SlideShow request) Updates or creates a slide show.Methods in com.blockchyp.client with parameters of type SlideShowModifier and TypeMethodDescriptionBlockChypClient.updateSlideShow(SlideShow request) Updates or creates a slide show. -
Uses of SlideShow in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type SlideShowModifier and TypeMethodDescriptionSlideShowResponse.getResults()Gets enumerates all slide shows responsive to the original query.Methods in com.blockchyp.client.dto with parameters of type SlideShowModifier and TypeMethodDescriptionvoidAdds a enumerates all slide shows responsive to the original query.Method parameters in com.blockchyp.client.dto with type arguments of type SlideShowModifier and TypeMethodDescriptionvoidSlideShowResponse.setResults(Collection<SlideShow> value) Sets enumerates all slide shows responsive to the original query.