Interface ListCapabilities.ListCapabilitiesAware<T extends Endpoint<?,?>>
-
- All Superinterfaces:
Filter.FilterAware<T>
,Limiter.LimitAware<T>
,Pager.PagingAware<T>
,Sorter.SortingAware<T>
,TotalCounter.TotalCountAware<T>
- All Known Implementing Classes:
GetAllChannelsMetadata
,GetAllUUIDMetadata
,GetChannelMembers
,GetMemberships
,ManageChannelMembers
,ManageMemberships
,RemoveChannelMembers
,RemoveMemberships
,SetChannelMembers
,SetMemberships
- Enclosing interface:
- ListCapabilities
public static interface ListCapabilities.ListCapabilitiesAware<T extends Endpoint<?,?>> extends Limiter.LimitAware<T>, TotalCounter.TotalCountAware<T>, Sorter.SortingAware<T>, Pager.PagingAware<T>, Filter.FilterAware<T>
-
-
Method Summary
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.Filter.FilterAware
filter
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.Limiter.LimitAware
limit
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.Pager.PagingAware
page
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.Sorter.SortingAware
sort
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.TotalCounter.TotalCountAware
includeTotalCount
-
-