Class Operation
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Operation
Operation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()Gets the value of key.Gets the value of target.inthashCode()key()Fluent getter for key.Fluent setter for key.voidSets the value of key.voidSets the value of target.target()Fluent getter for target.Fluent setter for target.toString()
-
Field Details
-
key
-
target
The space or content type that the operation applies to.
-
-
Constructor Details
-
Operation
-
Operation
@Internal protected Operation()Protected no-args constructor for use by serialization frameworks. -
Operation
Constructs a validated instance ofOperation.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Operation(Consumer)instead.- Parameters:
key- keytarget- The space or content type that the operation applies to.
-
-
Method Details
-
key
-
key
-
getKey
-
setKey
-
target
Fluent getter for target.The space or content type that the operation applies to.
- Returns:
- target
-
target
-
getTarget
Gets the value of target.The space or content type that the operation applies to.
- Returns:
- target
-
setTarget
Sets the value of target.The space or content type that the operation applies to.
- Parameters:
target- target
-
equals
-
hashCode
-
toString
-