Package com.intercom.api.types
Interface ConversationAttachmentFiles.DataStage
-
- All Known Implementing Classes:
ConversationAttachmentFiles.Builder
- Enclosing class:
- ConversationAttachmentFiles
public static interface ConversationAttachmentFiles.DataStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationAttachmentFiles.NameStagedata(java.lang.String data)The base64 encoded file data.
-
-
-
Method Detail
-
data
ConversationAttachmentFiles.NameStage data(@NotNull java.lang.String data)
The base64 encoded file data.
-
-