public static class ActionContent.Builder
extends java.lang.Object
ActionContent instances from values configured by the setters.| Constructor and Description | 
|---|
Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
ActionContent | 
build()  | 
ActionContent.Builder | 
category(ActionContent.Category contentCategory)  | 
ActionContent.Builder | 
content(java.lang.String content)  | 
ActionContent.Builder | 
conversionInProgress(java.lang.Boolean conversionInProgress)  | 
ActionContent.Builder | 
length(int contentLength)  | 
ActionContent.Builder | 
type(java.lang.String contentType)  | 
public ActionContent.Builder length(int contentLength)
public ActionContent.Builder type(java.lang.String contentType)
public ActionContent.Builder category(ActionContent.Category contentCategory)
public ActionContent.Builder content(java.lang.String content)
public ActionContent.Builder conversionInProgress(java.lang.Boolean conversionInProgress)
public ActionContent build()