GetMemberships

Functions

Link copied to clipboard
abstract fun async(callback: Consumer<Result<Output>>)
Link copied to clipboard
abstract fun filter(filter: String): GetMemberships
Link copied to clipboard
abstract fun include(include: MembershipInclude): GetMemberships
Link copied to clipboard
Link copied to clipboard
abstract fun includeCustom(includeCustom: Boolean): GetMemberships
Link copied to clipboard
abstract fun includeTotalCount(includeTotalCount: Boolean): GetMemberships
Link copied to clipboard
abstract fun limit(limit: Integer): GetMemberships
Link copied to clipboard
Link copied to clipboard
abstract fun overrideConfiguration(configuration: PNConfiguration): Endpoint<T>

Allows to override certain configuration options (see com.pubnub.api.v2.PNConfigurationOverride.Builder) for this request only.

Link copied to clipboard
abstract fun page(page: PNPage): GetMemberships
Link copied to clipboard
abstract fun retry()
Link copied to clipboard
abstract fun silentCancel()
Link copied to clipboard
abstract fun sort(sort: Collection<PNSortKey>): GetMemberships
Link copied to clipboard
abstract fun sync(): Output
Link copied to clipboard
abstract fun userId(userId: String): GetMemberships
Set the user ID for fetching memberships.
Link copied to clipboard
abstract fun uuid(uuid: String): GetMemberships