QueryProtocol
public protocol QueryProtocol : AnyObject, CachePolicyAccessible
A base Query protocol which holds the essentials shared by all query types in the SDK which enable querying against content types, entries and assets.
-
Undocumented
Declaration
Swift
associatedtype ResourceType
-
The Stack instance to perform operation,
Declaration
Swift
var stack: Stack { get set }
-
The parameters dictionary that are converted to
URLComponents
.Declaration
Swift
var parameters: [String : Any] { get set }
-
The Query parameters dictionary that are converted to
URLComponents
.Declaration
Swift
var queryParameter: [String : Any] { get set }
-
The cachePolicy that is use for fetching entity.
Declaration
Swift
var cachePolicy: CachePolicy { get set }