Interface CrProspectCampaignProcedureService.RetrieveRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CrProspectCampaignProcedureService.RetrieveRequest,CrProspectCampaignProcedureService.RetrieveRequest.Builder
- Enclosing class:
- CrProspectCampaignProcedureService
public static interface CrProspectCampaignProcedureService.RetrieveRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProspectcampaignexecutionId()string prospectcampaignexecutionId = 1;com.google.protobuf.ByteStringgetProspectcampaignexecutionIdBytes()string prospectcampaignexecutionId = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProspectcampaignexecutionId
String getProspectcampaignexecutionId()
string prospectcampaignexecutionId = 1;- Returns:
- The prospectcampaignexecutionId.
-
getProspectcampaignexecutionIdBytes
com.google.protobuf.ByteString getProspectcampaignexecutionIdBytes()
string prospectcampaignexecutionId = 1;- Returns:
- The bytes for prospectcampaignexecutionId.
-
-