Proposition Query
constructor(contextId: <Error class: unknown class>? = null, entityId: String? = null, anyEntityIds: List<String>? = null, allEntityIds: List<String>? = null, statuses: Set<PropositionStatus>? = null, minLevel: Int? = null, maxLevel: Int? = null, createdAfter: Instant? = null, createdBefore: Instant? = null, revisedAfter: Instant? = null, revisedBefore: Instant? = null, accessedAfter: Instant? = null, accessedBefore: Instant? = null, minConfidence: Double? = null, minEffectiveConfidence: Double? = null, effectiveConfidenceAsOf: Instant? = null, decayK: Double = 2.0, minImportance: Double? = null, minReinforceCount: Int? = null, minTrustScore: Double? = null, pinned: Boolean? = null, orderBy: PropositionQuery.OrderBy = OrderBy.NONE, limit: Int? = null, belowEffectiveConfidence: Double? = null)