dev.crashteam.crm.CreateLeadRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crm.proto
package dev.crashteam.crm;
public interface CreateLeadRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:crm.CreateLeadRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .crm.CreateLeadRequest.CreateDemoLead create_demo_lead = 1;
* @return Whether the createDemoLead field is set.
*/
boolean hasCreateDemoLead();
/**
* .crm.CreateLeadRequest.CreateDemoLead create_demo_lead = 1;
* @return The createDemoLead.
*/
dev.crashteam.crm.CreateLeadRequest.CreateDemoLead getCreateDemoLead();
/**
* .crm.CreateLeadRequest.CreateDemoLead create_demo_lead = 1;
*/
dev.crashteam.crm.CreateLeadRequest.CreateDemoLeadOrBuilder getCreateDemoLeadOrBuilder();
/**
* .crm.CreateLeadRequest.CreateFeedbackLead create_feedback_lead = 2;
* @return Whether the createFeedbackLead field is set.
*/
boolean hasCreateFeedbackLead();
/**
* .crm.CreateLeadRequest.CreateFeedbackLead create_feedback_lead = 2;
* @return The createFeedbackLead.
*/
dev.crashteam.crm.CreateLeadRequest.CreateFeedbackLead getCreateFeedbackLead();
/**
* .crm.CreateLeadRequest.CreateFeedbackLead create_feedback_lead = 2;
*/
dev.crashteam.crm.CreateLeadRequest.CreateFeedbackLeadOrBuilder getCreateFeedbackLeadOrBuilder();
/**
* .crm.CreateLeadRequest.CreateServiceLead create_service_lead = 3;
* @return Whether the createServiceLead field is set.
*/
boolean hasCreateServiceLead();
/**
* .crm.CreateLeadRequest.CreateServiceLead create_service_lead = 3;
* @return The createServiceLead.
*/
dev.crashteam.crm.CreateLeadRequest.CreateServiceLead getCreateServiceLead();
/**
* .crm.CreateLeadRequest.CreateServiceLead create_service_lead = 3;
*/
dev.crashteam.crm.CreateLeadRequest.CreateServiceLeadOrBuilder getCreateServiceLeadOrBuilder();
/**
* .crm.CreateLeadRequest.UtmTag utm_tag = 4;
* @return Whether the utmTag field is set.
*/
boolean hasUtmTag();
/**
* .crm.CreateLeadRequest.UtmTag utm_tag = 4;
* @return The utmTag.
*/
dev.crashteam.crm.CreateLeadRequest.UtmTag getUtmTag();
/**
* .crm.CreateLeadRequest.UtmTag utm_tag = 4;
*/
dev.crashteam.crm.CreateLeadRequest.UtmTagOrBuilder getUtmTagOrBuilder();
public dev.crashteam.crm.CreateLeadRequest.PayloadCase getPayloadCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy