Class StandaloneCardHelper
- java.lang.Object
-
- com.google.api.services.rcsbusinessmessaging.v1.StandaloneCardHelper
-
public class StandaloneCardHelper extends java.lang.ObjectUtility class for CardContent data.
-
-
Constructor Summary
Constructors Constructor Description StandaloneCardHelper(java.lang.String title, java.lang.String description, java.lang.String imageFileUrl, SuggestionHelper suggestion)StandaloneCardHelper(java.lang.String title, java.lang.String description, java.lang.String imageFileUrl, java.util.List<SuggestionHelper> suggestions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CardContentgetCardContent()Converts this helper object into an RBM card.CardContentgetCardContent(MediaHeight height)Converts this helper object into an RBM card.java.lang.StringgetDescription()java.lang.StringgetImageFileUrl()java.util.List<SuggestionHelper>getSuggestions()java.lang.StringgetTitle()
-
-
-
Constructor Detail
-
StandaloneCardHelper
public StandaloneCardHelper(java.lang.String title, java.lang.String description, java.lang.String imageFileUrl, java.util.List<SuggestionHelper> suggestions)
-
StandaloneCardHelper
public StandaloneCardHelper(java.lang.String title, java.lang.String description, java.lang.String imageFileUrl, SuggestionHelper suggestion)
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
-
getDescription
public java.lang.String getDescription()
-
getImageFileUrl
public java.lang.String getImageFileUrl()
-
getSuggestions
public java.util.List<SuggestionHelper> getSuggestions()
-
getCardContent
public CardContent getCardContent()
Converts this helper object into an RBM card.- Returns:
- CardContent object.
-
getCardContent
public CardContent getCardContent(MediaHeight height)
Converts this helper object into an RBM card.- Parameters:
height- The height of the media element.- Returns:
- CardContent object.
-
-