Interface DetachFromQuestionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DetachFromQuestionRequest,DetachFromQuestionRequest.Builder
public interface DetachFromQuestionRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];java.lang.StringgetQuestionId()string question_id = 3 [json_name = "questionId"];com.google.protobuf.ByteStringgetQuestionIdBytes()string question_id = 3 [json_name = "questionId"];java.lang.StringgetTemplateId()string template_id = 2 [json_name = "templateId"];com.google.protobuf.ByteStringgetTemplateIdBytes()string template_id = 2 [json_name = "templateId"];
-
-
-
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.
-
getTemplateId
java.lang.String getTemplateId()
string template_id = 2 [json_name = "templateId"];- Returns:
- The templateId.
-
getTemplateIdBytes
com.google.protobuf.ByteString getTemplateIdBytes()
string template_id = 2 [json_name = "templateId"];- Returns:
- The bytes for templateId.
-
getQuestionId
java.lang.String getQuestionId()
string question_id = 3 [json_name = "questionId"];- Returns:
- The questionId.
-
getQuestionIdBytes
com.google.protobuf.ByteString getQuestionIdBytes()
string question_id = 3 [json_name = "questionId"];- Returns:
- The bytes for questionId.
-
-