Package com.intercom.api.types
Interface PartAttachment._FinalStage
-
- All Known Implementing Classes:
PartAttachment.Builder
- Enclosing class:
- PartAttachment
public static interface PartAttachment._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartAttachmentbuild()PartAttachment._FinalStagecontentType(java.lang.String contentType)PartAttachment._FinalStagecontentType(java.util.Optional<java.lang.String> contentType)The content type of the attachmentPartAttachment._FinalStagefilesize(java.lang.Integer filesize)PartAttachment._FinalStagefilesize(java.util.Optional<java.lang.Integer> filesize)The size of the attachmentPartAttachment._FinalStageheight(java.lang.Integer height)PartAttachment._FinalStageheight(java.util.Optional<java.lang.Integer> height)The height of the attachmentPartAttachment._FinalStagewidth(java.lang.Integer width)PartAttachment._FinalStagewidth(java.util.Optional<java.lang.Integer> width)The width of the attachment
-
-
-
Method Detail
-
build
PartAttachment build()
-
contentType
PartAttachment._FinalStage contentType(java.util.Optional<java.lang.String> contentType)
The content type of the attachment
-
contentType
PartAttachment._FinalStage contentType(java.lang.String contentType)
-
filesize
PartAttachment._FinalStage filesize(java.util.Optional<java.lang.Integer> filesize)
The size of the attachment
-
filesize
PartAttachment._FinalStage filesize(java.lang.Integer filesize)
-
width
PartAttachment._FinalStage width(java.util.Optional<java.lang.Integer> width)
The width of the attachment
-
width
PartAttachment._FinalStage width(java.lang.Integer width)
-
height
PartAttachment._FinalStage height(java.util.Optional<java.lang.Integer> height)
The height of the attachment
-
height
PartAttachment._FinalStage height(java.lang.Integer height)
-
-