ContentTypeQuery class

This call returns comprehensive information of all the content types available in a particular stack in your account. ContentType.

Constructors

ContentTypeQuery([HttpClient _client])

Properties

hashCode int
The hash code for this object.
read-only, inherited
parameter Map<String, dynamic>
final, inherited
queryParameter Map<String, String>
final, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

addParams(Map parameters) → void
This method adds key and value to an Entry. parameters The key and value pair that will be added to the Query
inherited
addQuery(Map parameters) → void
Add a custom query against specified key. parameters The key and value pair that will be added to the Query
inherited
find<T, K>({Map<String, String> queryParams}) Future<T>
This call returns comprehensive information of all the content types available in a particular stack in your account.
includeCount() → void
This method includes the includeCount method facilitate to find the total count of content types available in your stack
includeGlobalField() → void
This method includes the Global field's schema along with the content type schema
limit(int limitCount) → void
A limit on the number of objects to return. limitCount No of objects to limit you can chain this call by using double dot The limit parameter can be used for pagination, limit specifies the number of objects to limit to in the response.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
orderByAscending(String key) → void
Sort the results in ascending order with the given key. Sort the returned entries in ascending order of the provided key. key The key to order by. you can chain this call by using double dot
inherited
orderByDescending(String key) → void
Sort the results in descending order with the given key. Sort the returned entries in descending order of the provided key. key The key to order by. you can chain this call by using double dot
inherited
param(String key, String value) → void
This method adds key and value to an Entry. key The key as string which needs to be added to the Query value The value as string which needs to be added to the Query
inherited
query(String key, String value) → void
Add a custom query against specified key. key key for the query value value for the query
inherited
skip(int skipCount) → void
The number of objects to skip before returning any. skipCount No of objects to skip from returned objects you can chain this call using double dot.
inherited
toString() String
A string representation of this object.
inherited
where(String fieldUid, QueryOperation queryOperation) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited