Class WebhookTemplateDefinition
java.lang.Object
org.iplass.mtp.webhook.template.definition.WebhookTemplateDefinition
- All Implemented Interfaces:
Serializable
,Definition
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
概要を取得します。表示名を取得します。getName()
名前を取得します。void
setContentType
(String contentType) void
setDescription
(String description) 概要を設定します。void
setDisplayName
(String displayName) 表示名を設定します。void
setHeaders
(List<WebhookHeaderDefinition> headers) void
setHttpMethod
(String httpMethod) void
名前を設定します。void
setPathAndQuery
(String pathAndQuery) void
setWebhookContent
(String webhookContent)
-
Constructor Details
-
WebhookTemplateDefinition
public WebhookTemplateDefinition()
-
-
Method Details
-
getName
Description copied from interface:Definition
名前を取得します。- Specified by:
getName
in interfaceDefinition
- Returns:
- 名前
-
setName
Description copied from interface:Definition
名前を設定します。- Specified by:
setName
in interfaceDefinition
- Parameters:
name
- 名前
-
getDisplayName
Description copied from interface:Definition
表示名を取得します。- Specified by:
getDisplayName
in interfaceDefinition
- Returns:
- 表示名
-
setDisplayName
Description copied from interface:Definition
表示名を設定します。- Specified by:
setDisplayName
in interfaceDefinition
- Parameters:
displayName
- 表示名
-
getDescription
Description copied from interface:Definition
概要を取得します。- Specified by:
getDescription
in interfaceDefinition
- Returns:
- 概要
-
setDescription
Description copied from interface:Definition
概要を設定します。- Specified by:
setDescription
in interfaceDefinition
- Parameters:
description
- 概要
-
getHeaders
-
setHeaders
-
addHeaders
-
getHttpMethod
-
setHttpMethod
-
getContentType
-
setContentType
-
getWebhookContent
-
setWebhookContent
-
getPathAndQuery
-
setPathAndQuery
-