Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentLocation
-
Packages that use ContentLocation Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ContentLocation in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentLocation Modifier and Type Method Description ContentLocationContentLocation. address(String address)Location postal address.ContentLocationMessageContent. getLocation()ContentLocationContentLocation. latitude(Double latitude)Latitude of the location.ContentLocationContentLocation. longitude(Double longitude)Longitude of the location.ContentLocationContentLocation. text(String text)Location name.ContentLocationContentLocation. url(String url)URL of the Location.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentLocation Modifier and Type Method Description MessageContentMessageContent. location(ContentLocation location)Location content.voidMessageContent. setLocation(ContentLocation location)
-