Class CopyPageHierarchyTitleOptions
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.CopyPageHierarchyTitleOptions
@Generated("io.github.primelib.primecodegen")
public class CopyPageHierarchyTitleOptions
extends Object
CopyPageHierarchyTitleOptions
Required for copying page in the same space.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.CopyPageHierarchyTitleOptions(String prefix, String replace, String search) Constructs a validated instance ofCopyPageHierarchyTitleOptions.Constructs a validated instance ofCopyPageHierarchyTitleOptions. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of prefix.Gets the value of replace.Gets the value of search.inthashCode()prefix()Fluent getter for prefix.Fluent setter for prefix.replace()Fluent getter for replace.Fluent setter for replace.search()Fluent getter for search.Fluent setter for search.voidSets the value of prefix.voidsetReplace(String replace) Sets the value of replace.voidSets the value of search.toString()
-
Field Details
-
prefix
-
replace
-
search
-
-
Constructor Details
-
CopyPageHierarchyTitleOptions
Constructs a validated instance ofCopyPageHierarchyTitleOptions.- Parameters:
spec- the specification to process
-
CopyPageHierarchyTitleOptions
@Internal protected CopyPageHierarchyTitleOptions()Protected no-args constructor for use by serialization frameworks. -
CopyPageHierarchyTitleOptions
Constructs a validated instance ofCopyPageHierarchyTitleOptions.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CopyPageHierarchyTitleOptions(Consumer)instead.- Parameters:
prefix- prefixreplace- replacesearch- search
-
-
Method Details
-
prefix
-
prefix
Fluent setter for prefix.- Parameters:
prefix- prefix- Returns:
- this
-
getPrefix
-
setPrefix
-
replace
-
replace
Fluent setter for replace.- Parameters:
replace- replace- Returns:
- this
-
getReplace
-
setReplace
-
search
-
search
Fluent setter for search.- Parameters:
search- search- Returns:
- this
-
getSearch
-
setSearch
-
equals
-
hashCode
-
toString
-