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
ConstructorsModifierConstructorDescriptionprotectedGetRestrictionsByOperation(ContentRestriction operationType, Map<String, Object> Links) Constructs a validated instance ofGetRestrictionsByOperation.Constructs a validated instance ofGetRestrictionsByOperation. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()Links()operationType(ContentRestriction operationType) toString()
-
Field Details
-
operationType
-
Links
-
-
Constructor Details
-
GetRestrictionsByOperation
Constructs a validated instance ofGetRestrictionsByOperation.- Parameters:
spec- the specification to process
-
GetRestrictionsByOperation
@Internal public GetRestrictionsByOperation(ContentRestriction operationType, Map<String, Object> Links) 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- operationTypeLinks- Links
-
GetRestrictionsByOperation
protected GetRestrictionsByOperation()
-
-
Method Details