Uses of Class
com.gentics.contentnode.rest.model.linkchecker.ReplaceExternalLinkRequest
Packages that use ReplaceExternalLinkRequest
Package
Description
-
Uses of ReplaceExternalLinkRequest in com.gentics.contentnode.rest.model.linkchecker
Methods in com.gentics.contentnode.rest.model.linkchecker that return ReplaceExternalLinkRequestModifier and TypeMethodDescriptionReplaceExternalLinkRequest.setScope
(ReplaceScope scope) Set the scopeSet the new URL -
Uses of ReplaceExternalLinkRequest in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type ReplaceExternalLinkRequestModifier and TypeMethodDescriptioncom.gentics.contentnode.rest.model.response.GenericResponse
LinkCheckerResource.updateLink
(String pageId, int linkId, long waitMs, ReplaceExternalLinkRequest request) Update a link (optionally together with other occurrences) by replacing the URL with the given URL.