Class AttachmentGalleryResultItemKt
-
- All Implemented Interfaces:
public final class AttachmentGalleryResultItemKt
-
-
Method Summary
Modifier and Type Method Description final static AttachmenttoAttachment(AttachmentGalleryResultItem $self)Extension to convert instance of AttachmentGalleryResultItem to Attachment type. final static AttachmentGalleryResultItemtoAttachmentGalleryResultItem(Attachment $self, String messageId, String parentId, String cid, String userName, Boolean isMine)Extension to convert instance of Attachment to AttachmentGalleryResultItem type. -
-
Method Detail
-
toAttachment
final static Attachment toAttachment(AttachmentGalleryResultItem $self)
Extension to convert instance of AttachmentGalleryResultItem to Attachment type.
-
toAttachmentGalleryResultItem
final static AttachmentGalleryResultItem toAttachmentGalleryResultItem(Attachment $self, String messageId, String parentId, String cid, String userName, Boolean isMine)
Extension to convert instance of Attachment to AttachmentGalleryResultItem type.
-
-
-
-