Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.CarouselCard
-
Packages that use CarouselCard Package Description com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of CarouselCard in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return CarouselCard Modifier and Type Method Description CarouselCardCarouselCard. clone()CarouselCardRichCard. getCarouselCard()Carousel of cards.CarouselCardCarouselCard. set(java.lang.String fieldName, java.lang.Object value)CarouselCardCarouselCard. setCardContents(java.util.List<CardContent> cardContents)The list of contents for each card in the carousel.CarouselCardCarouselCard. setCardWidth(java.lang.String cardWidth)The width of the cards in the carousel.Methods in com.google.api.services.rcsbusinessmessaging.v1.model with parameters of type CarouselCard Modifier and Type Method Description RichCardRichCard. setCarouselCard(CarouselCard carouselCard)Carousel of cards.
-