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 TypeMethodDescriptionvoidAttachmentEntity.setCreatedDate(DateEntity createdDate) Date this attachment was created.voidContentEntity.setCreatedDate(DateEntity date) voidSpaceEntity.setCreatedDate(DateEntity createdDate) voidAttachmentEntity.setLastModifiedDate(DateEntity lastModifiedDate) Date this attachment was last modified.voidContentEntity.setLastModifiedDate(DateEntity lastModifiedDate) voidSpaceEntity.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 TypeMethodDescriptionvoidSpaceDirectoryEntity.setCreatedDate(DateEntity createdDate) voidSpaceDirectoryEntity.setLastModifiedDate(DateEntity lastModifiedDate)