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
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 Queryinherited -
addQuery(
Map parameters) → void -
Add a custom query against specified key.
parameters
The key and value pair that will be added to the Queryinherited -
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 dotinherited -
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 dotinherited -
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 Queryvalue
The value as string which needs to be added to the Queryinherited -
query(
String key, String value) → void -
Add a custom query against specified key.
key
key for the queryvalue
value for the queryinherited -
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