Class ReplaceExternalLinkRequest
java.lang.Object
com.gentics.contentnode.rest.model.linkchecker.ReplaceExternalLinkRequest
- All Implemented Interfaces:
Serializable
Request to replace an external Link with another URL
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetScope()
Replacement scope (default is "link")getUrl()
New URLsetScope
(ReplaceScope scope) Set the scopeSet the new URL
-
Constructor Details
-
ReplaceExternalLinkRequest
public ReplaceExternalLinkRequest()
-
-
Method Details
-
getUrl
New URL- Returns:
- new URL
-
setUrl
Set the new URL- Parameters:
url
- URL- Returns:
- fluent API
-
getScope
Replacement scope (default is "link")- Returns:
- scope
-
setScope
Set the scope- Parameters:
scope
- scope- Returns:
- fluent API
-