Interface TotalCounter.HavingTotalCounter<T extends Endpoint<?,?>>
-
- All Superinterfaces:
HavingCompositeParameterEnricher
,TotalCounter.TotalCountAware<T>
- All Known Subinterfaces:
ListCapabilities.HavingListCapabilites<T>
- Enclosing class:
- TotalCounter
public static interface TotalCounter.HavingTotalCounter<T extends Endpoint<?,?>> extends TotalCounter.TotalCountAware<T>, HavingCompositeParameterEnricher
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default T
includeTotalCount(boolean includeTotalCount)
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.HavingCompositeParameterEnricher
getCompositeParameterEnricher
-
-
-
-
Method Detail
-
includeTotalCount
default T includeTotalCount(boolean includeTotalCount)
- Specified by:
includeTotalCount
in interfaceTotalCounter.TotalCountAware<T extends Endpoint<?,?>>
-
-