Uses of Class
com.atlassian.confluence.plugins.rest.jackson2.entities.DateEntity
Packages that use DateEntity
Package
Description
-
Uses of DateEntity in com.atlassian.confluence.plugins.rest.jackson2.entities
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities that return DateEntityModifier and TypeMethodDescriptionAttachmentEntity.getCreatedDate()
Date this attachment was created.ContentEntity.getCreatedDate()
SpaceEntity.getCreatedDate()
AttachmentEntity.getLastModifiedDate()
Date this attachment was last modified.ContentEntity.getLastModifiedDate()
SpaceEntity.getLastModifiedDate()
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities with parameters of type DateEntityModifier and TypeMethodDescriptionvoid
AttachmentEntity.setCreatedDate
(DateEntity createdDate) Date this attachment was created.void
ContentEntity.setCreatedDate
(DateEntity date) void
SpaceEntity.setCreatedDate
(DateEntity createdDate) void
AttachmentEntity.setLastModifiedDate
(DateEntity lastModifiedDate) Date this attachment was last modified.void
ContentEntity.setLastModifiedDate
(DateEntity lastModifiedDate) void
SpaceEntity.setLastModifiedDate
(DateEntity lastModifiedDate) -
Uses of DateEntity in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation declared as DateEntity -
Uses of DateEntity in com.atlassian.confluence.plugins.rest.jackson2.manager
Methods in com.atlassian.confluence.plugins.rest.jackson2.manager that return DateEntityModifier and TypeMethodDescriptionDateEntityFactory.buildDateEntity
(Date date) DateEntityFactoryImpl.buildDateEntity
(Date date) -
Uses of DateEntity in com.atlassian.confluence.plugins.spacedirectory.rest
Methods in com.atlassian.confluence.plugins.spacedirectory.rest that return DateEntityModifier and TypeMethodDescriptionSpaceDirectoryEntity.getCreatedDate()
SpaceDirectoryEntity.getLastModifiedDate()
Methods in com.atlassian.confluence.plugins.spacedirectory.rest with parameters of type DateEntityModifier and TypeMethodDescriptionvoid
SpaceDirectoryEntity.setCreatedDate
(DateEntity createdDate) void
SpaceDirectoryEntity.setLastModifiedDate
(DateEntity lastModifiedDate)