Interface SendNotificationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SendNotificationRequest,SendNotificationRequest.Builder
public interface SendNotificationRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendNotificationRequest.CreateRequestDatagetData(int index)repeated .streamlayer.analytics.v1.notifications.SendNotificationRequest.CreateRequestData data = 1 [json_name = "data"];intgetDataCount()repeated .streamlayer.analytics.v1.notifications.SendNotificationRequest.CreateRequestData data = 1 [json_name = "data"];java.util.List<SendNotificationRequest.CreateRequestData>getDataList()repeated .streamlayer.analytics.v1.notifications.SendNotificationRequest.CreateRequestData data = 1 [json_name = "data"];
-
-
-
Method Detail
-
getDataList
java.util.List<SendNotificationRequest.CreateRequestData> getDataList()
repeated .streamlayer.analytics.v1.notifications.SendNotificationRequest.CreateRequestData data = 1 [json_name = "data"];
-
getData
SendNotificationRequest.CreateRequestData getData(int index)
repeated .streamlayer.analytics.v1.notifications.SendNotificationRequest.CreateRequestData data = 1 [json_name = "data"];
-
getDataCount
int getDataCount()
repeated .streamlayer.analytics.v1.notifications.SendNotificationRequest.CreateRequestData data = 1 [json_name = "data"];
-
-