Package com.intercom.api.types
Interface ConversationAttachmentFiles.ContentTypeStage
-
- All Known Implementing Classes:
ConversationAttachmentFiles.Builder
- Enclosing class:
- ConversationAttachmentFiles
public static interface ConversationAttachmentFiles.ContentTypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationAttachmentFiles.DataStagecontentType(java.lang.String contentType)The content type of the fileConversationAttachmentFiles.Builderfrom(ConversationAttachmentFiles other)
-
-
-
Method Detail
-
contentType
ConversationAttachmentFiles.DataStage contentType(@NotNull java.lang.String contentType)
The content type of the file
-
from
ConversationAttachmentFiles.Builder from(ConversationAttachmentFiles other)
-
-