Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Template Management API
*
* OpenAPI document version: 457aacb5
* OpenAPI document version: 1.0
* Contact: support@sinch.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Template Management API
*
* OpenAPI document version: 457aacb5
* OpenAPI document version: 1.0
* Contact: support@sinch.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Template Management API
*
* OpenAPI document version: 457aacb5
* OpenAPI document version: 1.0
* Contact: support@sinch.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,37 @@
/** Gets or Sets typeChannel */
public class TemplateChannel extends EnumDynamic<String, TemplateChannel> {

/** Unspecified channel. */
public static final TemplateChannel UNSPECIFIED = new TemplateChannel("UNSPECIFIED");

/** Conversation channel. */
public static final TemplateChannel CONVERSATION = new TemplateChannel("CONVERSATION");

/** The Facebook Messenger channel. */
public static final TemplateChannel MESSENGER = new TemplateChannel("MESSENGER");

/** The WhatsApp channel. */
public static final TemplateChannel WHATSAPP = new TemplateChannel("WHATSAPP");

/** The RCS channel. */
public static final TemplateChannel RCS = new TemplateChannel("RCS");

/** The SMS channel. */
public static final TemplateChannel SMS = new TemplateChannel("SMS");

public static final TemplateChannel VIBER = new TemplateChannel("VIBER");

/** The Viber Business Messages channel. */
public static final TemplateChannel VIBERBM = new TemplateChannel("VIBERBM");

/** The Telegram channel. */
public static final TemplateChannel TELEGRAM = new TemplateChannel("TELEGRAM");

/** The Instagram channel. */
public static final TemplateChannel INSTAGRAM = new TemplateChannel("INSTAGRAM");

/** The KakaoTalk channel. */
public static final TemplateChannel KAKAOTALK = new TemplateChannel("KAKAOTALK");

/** The Apple Messages for Business channel. */
public static final TemplateChannel APPLEBC = new TemplateChannel("APPLEBC");

private static final EnumSupportDynamic<String, TemplateChannel> ENUM_SUPPORT =
Expand All @@ -43,7 +52,6 @@ public class TemplateChannel extends EnumDynamic<String, TemplateChannel> {
WHATSAPP,
RCS,
SMS,
VIBER,
VIBERBM,
TELEGRAM,
INSTAGRAM,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Template Management API
*
* OpenAPI document version: 457aacb5
* OpenAPI document version: 1.0
* Contact: support@sinch.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Template Management API
*
* OpenAPI document version: 457aacb5
* OpenAPI document version: 1.0
* Contact: support@sinch.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Template Management API
*
* OpenAPI document version: 457aacb5
* OpenAPI document version: 1.0
* Contact: support@sinch.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Template Management API
*
* OpenAPI document version: 457aacb5
* OpenAPI document version: 1.0
* Contact: support@sinch.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Template Management API
*
* OpenAPI document version: 457aacb5
* OpenAPI document version: 1.0
* Contact: support@sinch.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Template Management API
*
* OpenAPI document version: 457aacb5
* OpenAPI document version: 1.0
* Contact: support@sinch.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -58,7 +58,7 @@ public interface TemplateV2 {
Collection<TemplateTranslation> getTranslations();

/**
* Timestamp when the template was created.
* Timestamp of when the template was created.
*
* @return createTime
* @readOnly <em>This field is returned by the server and cannot be modified</em>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Template Management API
*
* OpenAPI document version: 457aacb5
* OpenAPI document version: 1.0
* Contact: support@sinch.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Template Management API
*
* OpenAPI document version: 457aacb5
* OpenAPI document version: 1.0
* Contact: support@sinch.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading