Class JourneyTemplateCreateRequest.Builder
-
- All Implemented Interfaces:
public final class JourneyTemplateCreateRequest.BuilderA builder for JourneyTemplateCreateRequest.
-
-
Method Summary
-
-
Method Detail
-
channel
final JourneyTemplateCreateRequest.Builder channel(String channel)
-
channel
final JourneyTemplateCreateRequest.Builder channel(JsonField<String> channel)
Sets Builder.channel to an arbitrary JSON value.
You should usually call Builder.channel with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
notification
final JourneyTemplateCreateRequest.Builder notification(JourneyTemplateCreateRequest.Notification notification)
-
notification
final JourneyTemplateCreateRequest.Builder notification(JsonField<JourneyTemplateCreateRequest.Notification> notification)
Sets Builder.notification to an arbitrary JSON value.
You should usually call Builder.notification with a well-typed Notification value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
providerKey
final JourneyTemplateCreateRequest.Builder providerKey(String providerKey)
-
providerKey
final JourneyTemplateCreateRequest.Builder providerKey(JsonField<String> providerKey)
Sets Builder.providerKey to an arbitrary JSON value.
You should usually call Builder.providerKey with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
state
final JourneyTemplateCreateRequest.Builder state(String state)
-
state
final JourneyTemplateCreateRequest.Builder state(JsonField<String> state)
Sets Builder.state to an arbitrary JSON value.
You should usually call Builder.state with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final JourneyTemplateCreateRequest.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final JourneyTemplateCreateRequest.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final JourneyTemplateCreateRequest.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final JourneyTemplateCreateRequest.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final JourneyTemplateCreateRequest.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final JourneyTemplateCreateRequest build()
Returns an immutable instance of JourneyTemplateCreateRequest.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.channel() .notification()
-
-
-
-