Uses of Class
com.atlassian.confluence.plugins.rest.entities.DateEntity

Packages that use DateEntity
com.atlassian.confluence.plugins.rest.entities   
com.atlassian.confluence.plugins.rest.entities.documentation   
com.atlassian.confluence.plugins.rest.manager   
com.atlassian.confluence.plugins.spacedirectory.rest   
 

Uses of DateEntity in com.atlassian.confluence.plugins.rest.entities
 

Methods in com.atlassian.confluence.plugins.rest.entities that return DateEntity
 DateEntity SpaceEntity.getCreatedDate()
           
 DateEntity ContentEntity.getCreatedDate()
           
 DateEntity AttachmentEntity.getCreatedDate()
          Date this attachment was created.
 DateEntity SpaceEntity.getLastModifiedDate()
           
 DateEntity ContentEntity.getLastModifiedDate()
           
 DateEntity AttachmentEntity.getLastModifiedDate()
          Date this attachment was last modified.
 

Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type DateEntity
 void SpaceEntity.setCreatedDate(DateEntity createdDate)
           
 void ContentEntity.setCreatedDate(DateEntity date)
           
 void AttachmentEntity.setCreatedDate(DateEntity createdDate)
          Date this attachment was created.
 void SpaceEntity.setLastModifiedDate(DateEntity lastModifiedDate)
           
 void ContentEntity.setLastModifiedDate(DateEntity lastModifiedDate)
           
 void AttachmentEntity.setLastModifiedDate(DateEntity lastModifiedDate)
          Date this attachment was last modified.
 

Uses of DateEntity in com.atlassian.confluence.plugins.rest.entities.documentation
 

Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as DateEntity
static DateEntity DateEntityExampleDocument.DATE_ENTITY
           
 

Uses of DateEntity in com.atlassian.confluence.plugins.rest.manager
 

Methods in com.atlassian.confluence.plugins.rest.manager that return DateEntity
 DateEntity DateEntityHelper.buildDateEntity(Date date)
          Deprecated.  
 DateEntity DateEntityFactoryImpl.buildDateEntity(Date date)
           
 DateEntity DateEntityFactory.buildDateEntity(Date date)
           
 

Uses of DateEntity in com.atlassian.confluence.plugins.spacedirectory.rest
 

Methods in com.atlassian.confluence.plugins.spacedirectory.rest that return DateEntity
 DateEntity SpaceDirectoryEntity.getCreatedDate()
           
 DateEntity SpaceDirectoryEntity.getLastModifiedDate()
           
 

Methods in com.atlassian.confluence.plugins.spacedirectory.rest with parameters of type DateEntity
 void SpaceDirectoryEntity.setCreatedDate(DateEntity createdDate)
           
 void SpaceDirectoryEntity.setLastModifiedDate(DateEntity lastModifiedDate)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.