Package com.intercom.api.types
Interface PartAttachment.ContentTypeStage
-
- All Known Implementing Classes:
PartAttachment.Builder
- Enclosing class:
- PartAttachment
public static interface PartAttachment.ContentTypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartAttachment.FilesizeStagecontentType(java.lang.String contentType)The content type of the attachment
-
-
-
Method Detail
-
contentType
PartAttachment.FilesizeStage contentType(@NotNull java.lang.String contentType)
The content type of the attachment
-
-