Interface DeleteWebhookRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DeleteWebhookRequest,DeleteWebhookRequest.Builder
public interface DeleteWebhookRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEventId()optional uint64 event_id = 2 [json_name = "eventId"];java.lang.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];java.lang.StringgetQuestionId()optional string question_id = 3 [json_name = "questionId"];com.google.protobuf.ByteStringgetQuestionIdBytes()optional string question_id = 3 [json_name = "questionId"];booleanhasEventId()optional uint64 event_id = 2 [json_name = "eventId"];booleanhasQuestionId()optional string question_id = 3 [json_name = "questionId"];
-
-
-
Method Detail
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
hasEventId
boolean hasEventId()
optional uint64 event_id = 2 [json_name = "eventId"];- Returns:
- Whether the eventId field is set.
-
getEventId
long getEventId()
optional uint64 event_id = 2 [json_name = "eventId"];- Returns:
- The eventId.
-
hasQuestionId
boolean hasQuestionId()
optional string question_id = 3 [json_name = "questionId"];- Returns:
- Whether the questionId field is set.
-
getQuestionId
java.lang.String getQuestionId()
optional string question_id = 3 [json_name = "questionId"];- Returns:
- The questionId.
-
getQuestionIdBytes
com.google.protobuf.ByteString getQuestionIdBytes()
optional string question_id = 3 [json_name = "questionId"];- Returns:
- The bytes for questionId.
-
-