Class DefaultExternalLink
java.lang.Object
com.streamwide.smartms.lib.std.network.http.DefaultExternalLink
- All Implemented Interfaces:
com.streamwide.smartms.lib.template.link.IExternalLink
public class DefaultExternalLink
extends Object
implements com.streamwide.smartms.lib.template.link.IExternalLink
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstructLocationAttachmentLink(String latitude, String longitude) constructYoutubeUrlVideo(String videoId)
-
Constructor Details
-
DefaultExternalLink
public DefaultExternalLink()
-
-
Method Details
-
constructLocationAttachmentLink
@NonNull public String constructLocationAttachmentLink(@NonNull String latitude, @NonNull String longitude) - Specified by:
constructLocationAttachmentLinkin interfacecom.streamwide.smartms.lib.template.link.IExternalLink
-
constructYoutubeUrlVideo
- Specified by:
constructYoutubeUrlVideoin interfacecom.streamwide.smartms.lib.template.link.IExternalLink
-
constructGoogleDriveUrlVideo
- Specified by:
constructGoogleDriveUrlVideoin interfacecom.streamwide.smartms.lib.template.link.IExternalLink
-