Package com.enonic.xp.content
Class UpdateContentTranslatorParams
- java.lang.Object
-
- com.enonic.xp.content.UpdateContentTranslatorParams
-
@Deprecated public class UpdateContentTranslatorParams extends Object
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateContentTranslatorParams.BuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static UpdateContentTranslatorParams.Buildercreate()Deprecated.CreateAttachmentsgetCreateAttachments()Deprecated.ContentgetEditedContent()Deprecated.InstantgetModifiedTime()Deprecated.PrincipalKeygetModifier()Deprecated.BinaryReferencesgetRemoveAttachments()Deprecated.booleanisClearAttachments()Deprecated.
-
-
-
Method Detail
-
create
public static UpdateContentTranslatorParams.Builder create()
Deprecated.
-
getEditedContent
public Content getEditedContent()
Deprecated.
-
getModifier
public PrincipalKey getModifier()
Deprecated.
-
getCreateAttachments
public CreateAttachments getCreateAttachments()
Deprecated.
-
getRemoveAttachments
public BinaryReferences getRemoveAttachments()
Deprecated.
-
isClearAttachments
public boolean isClearAttachments()
Deprecated.
-
getModifiedTime
public Instant getModifiedTime()
Deprecated.
-
-