Klasse OperationCheckResult

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.OperationCheckResult

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class OperationCheckResult extends Object
OperationCheckResult
  • Felddetails

    • operation

      The operation itself.
    • targetType

      protected String targetType
      The space or content type that the operation applies to. Could be one of- - application - page - blogpost - comment - attachment - space
  • Konstruktordetails

    • OperationCheckResult

      public OperationCheckResult(Consumer<OperationCheckResult> spec)
      Constructs a validated instance of OperationCheckResult.
      Parameter:
      spec - the specification to process
    • OperationCheckResult

      @Internal public OperationCheckResult(OperationCheckResult.OperationEnum operation, String targetType)
      Constructs a validated instance of OperationCheckResult.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using OperationCheckResult(Consumer) instead.

      Parameter:
      operation - The operation itself.
      targetType - The space or content type that the operation applies to. Could be one of- - application - page - blogpost - comment - attachment - space
    • OperationCheckResult

      protected OperationCheckResult()
  • Methodendetails