Class OperationsItem
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.OperationsItem
OperationsItem
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOperationsItem(String key, String target, Boolean access) Constructs a validated instance ofOperationsItem.OperationsItem(Consumer<OperationsItem> spec) Constructs a validated instance ofOperationsItem. -
Method Summary
-
Field Details
-
key
The operation type -
target
The custom content type -
access
Grant or restrict access
-
-
Constructor Details
-
OperationsItem
Constructs a validated instance ofOperationsItem.- Parameters:
spec- the specification to process
-
OperationsItem
Constructs a validated instance ofOperationsItem.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
OperationsItem(Consumer)instead.- Parameters:
key- The operation typetarget- The custom content typeaccess- Grant or restrict access
-
OperationsItem
protected OperationsItem()
-
-
Method Details
-
key
The operation type -
target
The custom content type -
access
Grant or restrict access -
key
The operation type- Returns:
this.
-
target
The custom content type- Returns:
this.
-
access
Grant or restrict access- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-