sS imageSnippetURL(long snippetID) {
  ret snippetImageURL(snippetID);
}



static S imageSnippetURL(S snippetID) {
  ret snippetImageURL(snippetID);
}



static S imageSnippetURL(S snippetID, S contentType) {
  ret snippetImageURL(snippetID, contentType);
}