Interface TotalNotificationsByCategoriesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TotalNotificationsByCategoriesRequest,TotalNotificationsByCategoriesRequest.Builder
public interface TotalNotificationsByCategoriesRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TotalNotificationsByCategoriesRequest.TotalRequestFiltergetFilter().streamlayer.analytics.v1.notifications.TotalNotificationsByCategoriesRequest.TotalRequestFilter filter = 1 [json_name = "filter"];booleanhasFilter().streamlayer.analytics.v1.notifications.TotalNotificationsByCategoriesRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
-
-
-
Method Detail
-
hasFilter
boolean hasFilter()
.streamlayer.analytics.v1.notifications.TotalNotificationsByCategoriesRequest.TotalRequestFilter filter = 1 [json_name = "filter"];- Returns:
- Whether the filter field is set.
-
getFilter
TotalNotificationsByCategoriesRequest.TotalRequestFilter getFilter()
.streamlayer.analytics.v1.notifications.TotalNotificationsByCategoriesRequest.TotalRequestFilter filter = 1 [json_name = "filter"];- Returns:
- The filter.
-
-