Package com.enonic.xp.attachment
Class UpdateAttachmentsParams
- java.lang.Object
-
- com.enonic.xp.attachment.UpdateAttachmentsParams
-
@PublicApi public class UpdateAttachmentsParams extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateAttachmentsParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateAttachmentsParams.Builder
create(ContentId contentId)
Attachments
getAttachments()
ContentId
getContentId()
-
-
-
Method Detail
-
getAttachments
public Attachments getAttachments()
-
getContentId
public ContentId getContentId()
-
create
public static UpdateAttachmentsParams.Builder create(ContentId contentId)
-
-