Package com.intercom.api.types
Interface PartAttachment.TypeStage
-
- All Known Implementing Classes:
PartAttachment.Builder
- Enclosing class:
- PartAttachment
public static interface PartAttachment.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartAttachment.Builderfrom(PartAttachment other)PartAttachment.NameStagetype(java.lang.String type)The type of attachment
-
-
-
Method Detail
-
type
PartAttachment.NameStage type(@NotNull java.lang.String type)
The type of attachment
-
from
PartAttachment.Builder from(PartAttachment other)
-
-