CommunityGetQueryBuilder class

Constructors

CommunityGetQueryBuilder({required CommunityGetQueryUseCase useCase})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useCase → CommunityGetQueryUseCase
final

Methods

build({int? pageSize = 20}) → GetCommunityRequest
categoryId(String categoryId) CommunityGetQueryBuilder
filter(AmityCommunityFilter filter) CommunityGetQueryBuilder
getLiveCollection({int? pageSize = 20}) CommunityLiveCollection
getPagingData({String? token, int? limit}) Future<PageListData<List<AmityCommunity>, String>>
includeDeleted(bool includeDeleted) CommunityGetQueryBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sortBy(AmityCommunitySortOption sortBy) CommunityGetQueryBuilder
tags(List<String> tags) CommunityGetQueryBuilder
toString() String
A string representation of this object.
inherited
withKeyword(String? keyword) CommunityGetQueryBuilder

Operators

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