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