Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.ContentInfo
-
Packages that use ContentInfo Package Description com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of ContentInfo in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return ContentInfo Modifier and Type Method Description ContentInfoContentInfo. clone()ContentInfoAgentContentMessage. getContentInfo()Information about a file, including the URL of the file and the URL of the file’s thumbnail.ContentInfoMedia. getContentInfo()Information about a file, including the URL of the file and the URL of the file’s thumbnail.ContentInfoContentInfo. set(java.lang.String fieldName, java.lang.Object value)ContentInfoContentInfo. setFileUrl(java.lang.String fileUrl)Publicly reachable URL of the file.ContentInfoContentInfo. setForceRefresh(java.lang.Boolean forceRefresh)If set, the RBM platform fetches the file and thumbnail from the specified URLs, even if the platform has cached copies of the file (and/or of the thumbnail).ContentInfoContentInfo. setThumbnailUrl(java.lang.String thumbnailUrl)(Optional, for image and video files only) Publicly reachable URL of the thumbnail.Methods in com.google.api.services.rcsbusinessmessaging.v1.model with parameters of type ContentInfo Modifier and Type Method Description AgentContentMessageAgentContentMessage. setContentInfo(ContentInfo contentInfo)Information about a file, including the URL of the file and the URL of the file’s thumbnail.MediaMedia. setContentInfo(ContentInfo contentInfo)Information about a file, including the URL of the file and the URL of the file’s thumbnail.
-