All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.bloombox.schema.services.marketing.v1beta1.CampaignSummaryOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2018, Momentum Ideas, Co. All rights reserved.
 *
 * Source and object computer code contained herein is the private intellectual
 * property of Momentum Ideas Co., a Delaware Corporation. Use of this
 * code in source form requires permission in writing before use or the
 * assembly, distribution, or publishing of derivative works, for commercial
 * purposes or any other purpose, from a duly authorized officer of Momentum
 * Ideas Co.
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: marketing/v1beta1/MarketingService_Beta1.proto

package io.bloombox.schema.services.marketing.v1beta1;

public interface CampaignSummaryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:bloombox.services.marketing.v1beta1.CampaignSummary)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Key for the underlying campaign.
   * 
* * .bloombox.marketing.CampaignKey key = 1; */ boolean hasKey(); /** *
   * Key for the underlying campaign.
   * 
* * .bloombox.marketing.CampaignKey key = 1; */ io.bloombox.schema.marketing.MarketingCampaign.CampaignKey getKey(); /** *
   * Key for the underlying campaign.
   * 
* * .bloombox.marketing.CampaignKey key = 1; */ io.bloombox.schema.marketing.MarketingCampaign.CampaignKeyOrBuilder getKeyOrBuilder(); /** *
   * Name for the campaign object.
   * 
* * string name = 2; */ java.lang.String getName(); /** *
   * Name for the campaign object.
   * 
* * string name = 2; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Description for the campaign object.
   * 
* * string description = 3; */ java.lang.String getDescription(); /** *
   * Description for the campaign object.
   * 
* * string description = 3; */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * Whether the underlying campaign is live.
   * 
* * bool live = 4; */ boolean getLive(); /** *
   * Current status of the campaign.
   * 
* * .bloombox.marketing.CampaignStatus status = 5; */ int getStatusValue(); /** *
   * Current status of the campaign.
   * 
* * .bloombox.marketing.CampaignStatus status = 5; */ io.bloombox.schema.marketing.MarketingCampaign.CampaignStatus getStatus(); /** *
   * Whether this campaign supports SMS.
   * 
* * bool sms = 6; */ boolean getSms(); /** *
   * Whether this campaign supports email.
   * 
* * bool email = 7; */ boolean getEmail(); /** *
   * Tags for the campaign object.
   * 
* * repeated .bloombox.marketing.CampaignTag tag = 8; */ java.util.List getTagList(); /** *
   * Tags for the campaign object.
   * 
* * repeated .bloombox.marketing.CampaignTag tag = 8; */ io.bloombox.schema.marketing.MarketingCampaign.CampaignTag getTag(int index); /** *
   * Tags for the campaign object.
   * 
* * repeated .bloombox.marketing.CampaignTag tag = 8; */ int getTagCount(); /** *
   * Tags for the campaign object.
   * 
* * repeated .bloombox.marketing.CampaignTag tag = 8; */ java.util.List getTagOrBuilderList(); /** *
   * Tags for the campaign object.
   * 
* * repeated .bloombox.marketing.CampaignTag tag = 8; */ io.bloombox.schema.marketing.MarketingCampaign.CampaignTagOrBuilder getTagOrBuilder( int index); /** *
   * When the subject campaign was last modified.
   * 
* * .opencannabis.temporal.Instant modified = 9; */ boolean hasModified(); /** *
   * When the subject campaign was last modified.
   * 
* * .opencannabis.temporal.Instant modified = 9; */ io.opencannabis.schema.temporal.TemporalInstant.Instant getModified(); /** *
   * When the subject campaign was last modified.
   * 
* * .opencannabis.temporal.Instant modified = 9; */ io.opencannabis.schema.temporal.TemporalInstant.InstantOrBuilder getModifiedOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy