Interface SendWebhookEventRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SendWebhookEventRequest,SendWebhookEventRequest.Builder
public interface SendWebhookEventRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendWebhookEventRequest.EventDatagetData().streamlayer.sdkSettings.organization.webhooks.SendWebhookEventRequest.EventData data = 5 [json_name = "data"];longgetEventId()[sets by SDK client]java.lang.StringgetOrganizationId()[sets by grpc-proxy]com.google.protobuf.ByteStringgetOrganizationIdBytes()[sets by grpc-proxy]java.lang.StringgetQuestionId()[sets by SDK client]com.google.protobuf.ByteStringgetQuestionIdBytes()[sets by SDK client]booleanhasData().streamlayer.sdkSettings.organization.webhooks.SendWebhookEventRequest.EventData data = 5 [json_name = "data"];booleanhasEventId()[sets by SDK client]booleanhasOrganizationId()[sets by grpc-proxy]booleanhasQuestionId()[sets by SDK client]
-
-
-
Method Detail
-
hasOrganizationId
boolean hasOrganizationId()
[sets by grpc-proxy]
optional string organization_id = 1 [json_name = "organizationId"];- Returns:
- Whether the organizationId field is set.
-
getOrganizationId
java.lang.String getOrganizationId()
[sets by grpc-proxy]
optional string organization_id = 1 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
[sets by grpc-proxy]
optional string organization_id = 1 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
hasEventId
boolean hasEventId()
[sets by SDK client]
optional uint64 event_id = 2 [json_name = "eventId"];- Returns:
- Whether the eventId field is set.
-
getEventId
long getEventId()
[sets by SDK client]
optional uint64 event_id = 2 [json_name = "eventId"];- Returns:
- The eventId.
-
hasQuestionId
boolean hasQuestionId()
[sets by SDK client]
optional string question_id = 3 [json_name = "questionId"];- Returns:
- Whether the questionId field is set.
-
getQuestionId
java.lang.String getQuestionId()
[sets by SDK client]
optional string question_id = 3 [json_name = "questionId"];- Returns:
- The questionId.
-
getQuestionIdBytes
com.google.protobuf.ByteString getQuestionIdBytes()
[sets by SDK client]
optional string question_id = 3 [json_name = "questionId"];- Returns:
- The bytes for questionId.
-
hasData
boolean hasData()
.streamlayer.sdkSettings.organization.webhooks.SendWebhookEventRequest.EventData data = 5 [json_name = "data"];- Returns:
- Whether the data field is set.
-
getData
SendWebhookEventRequest.EventData getData()
.streamlayer.sdkSettings.organization.webhooks.SendWebhookEventRequest.EventData data = 5 [json_name = "data"];- Returns:
- The data.
-
-