Interface UpdateVersionRequest
public interface UpdateVersionRequest
UpdateVersionRequest
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateVersionRequest.Builderbuilder()Getting builderIf this flag is set to yes, this version becomes activeComment related to the version that is being created.Key value JSON object of headers to be stored with the template.Content of the template.
-
Method Details
-
getTemplate
String getTemplate()Content of the template.- Returns:
- template
-
getComment
String getComment()Comment related to the version that is being created.- Returns:
- comment
-
getActive
Boolean getActive()If this flag is set to yes, this version becomes active- Returns:
- active
-
getHeaders
Collection<Pair<String,String>> getHeaders()Key value JSON object of headers to be stored with the template. Where key is the header name and value is the header value. The header namesFrom,Subject, andReply-Toare the only ones currently supported. These headers will be inserted into the MIME at the time we attempt delivery.- Returns:
- headers
-
builder
Getting builder- Returns:
- New Builder instance
-