Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.CardContent
-
Packages that use CardContent Package Description com.google.api.services.rcsbusinessmessaging.v1 com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of CardContent in com.google.api.services.rcsbusinessmessaging.v1
Methods in com.google.api.services.rcsbusinessmessaging.v1 that return CardContent Modifier and Type Method Description CardContentRbmApiHelper. createCardContent(java.lang.String title, java.lang.String description, java.lang.String imageUrl, MediaHeight height, java.util.List<Suggestion> suggestions)Creates a card content object based on the parameters.CardContentStandaloneCardHelper. getCardContent()Converts this helper object into an RBM card.CardContentStandaloneCardHelper. getCardContent(MediaHeight height)Converts this helper object into an RBM card.Method parameters in com.google.api.services.rcsbusinessmessaging.v1 with type arguments of type CardContent Modifier and Type Method Description voidRbmApiHelper. sendCarouselCards(java.util.List<CardContent> cardContents, CardWidth cardWidth, java.lang.String msisdn)Generic method to execute the sending of a carousel rich card to a client. -
Uses of CardContent in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return CardContent Modifier and Type Method Description CardContentCardContent. clone()CardContentStandaloneCard. getCardContent()Card content.CardContentCardContent. set(java.lang.String fieldName, java.lang.Object value)CardContentCardContent. setDescription(java.lang.String description)(Optional) Description of the card.CardContentCardContent. setMedia(Media media)(Optional) Media (image, GIF, video) to include in the card.CardContentCardContent. setSuggestions(java.util.List<Suggestion> suggestions)(Optional) List of suggestions to include in the card.CardContentCardContent. setTitle(java.lang.String title)(Optional) Title of the card.Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return types with arguments of type CardContent Modifier and Type Method Description java.util.List<CardContent>CarouselCard. getCardContents()The list of contents for each card in the carousel.Methods in com.google.api.services.rcsbusinessmessaging.v1.model with parameters of type CardContent Modifier and Type Method Description StandaloneCardStandaloneCard. setCardContent(CardContent cardContent)Card content.Method parameters in com.google.api.services.rcsbusinessmessaging.v1.model with type arguments of type CardContent Modifier and Type Method Description CarouselCardCarouselCard. setCardContents(java.util.List<CardContent> cardContents)The list of contents for each card in the carousel.
-