Class GetRestrictionsByOperation
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.GetRestrictionsByOperation
@Generated("io.github.primelib.primecodegen")
public class GetRestrictionsByOperation
extends Object
GetRestrictionsByOperation
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.GetRestrictionsByOperation(ContentRestriction operationType, Map<String, Object> additionalLinks) Constructs a validated instance ofGetRestrictionsByOperation.Constructs a validated instance ofGetRestrictionsByOperation. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for additionalLinks.additionalLinks(Map<String, Object> additionalLinks) Fluent setter for additionalLinks.booleanGets the value of additionalLinks.Gets the value of operationType.inthashCode()Fluent getter for operationType.operationType(ContentRestriction operationType) Fluent setter for operationType.voidsetAdditionalLinks(Map<String, Object> additionalLinks) Sets the value of additionalLinks.voidsetOperationType(ContentRestriction operationType) Sets the value of operationType.toString()
-
Field Details
-
operationType
-
additionalLinks
-
-
Constructor Details
-
GetRestrictionsByOperation
Constructs a validated instance ofGetRestrictionsByOperation.- Parameters:
spec- the specification to process
-
GetRestrictionsByOperation
@Internal protected GetRestrictionsByOperation()Protected no-args constructor for use by serialization frameworks. -
GetRestrictionsByOperation
@Internal public GetRestrictionsByOperation(ContentRestriction operationType, Map<String, Object> additionalLinks) Constructs a validated instance ofGetRestrictionsByOperation.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GetRestrictionsByOperation(Consumer)instead.- Parameters:
operationType- operationTypeadditionalLinks- additionalLinks
-
-
Method Details
-
operationType
-
operationType
Fluent setter for operationType.- Parameters:
operationType- operationType- Returns:
- this
-
getOperationType
Gets the value of operationType.- Returns:
- operationType
-
setOperationType
Sets the value of operationType.- Parameters:
operationType- operationType
-
additionalLinks
-
additionalLinks
Fluent setter for additionalLinks.- Parameters:
additionalLinks- additionalLinks- Returns:
- this
-
getAdditionalLinks
-
setAdditionalLinks
-
equals
-
hashCode
-
toString
-