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