Uses of Class
com.atlassian.confluence.plugins.rest.entities.DateEntity
-
-
Uses of DateEntity in com.atlassian.confluence.plugins.rest.entities
Methods in com.atlassian.confluence.plugins.rest.entities that return DateEntity Modifier and Type Method Description DateEntityAttachmentEntity. getCreatedDate()Date this attachment was created.DateEntityContentEntity. getCreatedDate()DateEntitySpaceEntity. getCreatedDate()DateEntityAttachmentEntity. getLastModifiedDate()Date this attachment was last modified.DateEntityContentEntity. getLastModifiedDate()DateEntitySpaceEntity. getLastModifiedDate()Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type DateEntity Modifier and Type Method Description voidAttachmentEntity. 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.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as DateEntity Modifier and Type Field Description static DateEntityDateEntityExampleDocument. DATE_ENTITY -
Uses of DateEntity in com.atlassian.confluence.plugins.rest.manager
Methods in com.atlassian.confluence.plugins.rest.manager that return DateEntity Modifier and Type Method Description DateEntityDateEntityFactory. buildDateEntity(Date date)DateEntityDateEntityFactoryImpl. buildDateEntity(Date date) -
Uses of DateEntity in com.atlassian.confluence.plugins.spacedirectory.rest
Methods in com.atlassian.confluence.plugins.spacedirectory.rest that return DateEntity Modifier and Type Method Description DateEntitySpaceDirectoryEntity. getCreatedDate()DateEntitySpaceDirectoryEntity. getLastModifiedDate()Methods in com.atlassian.confluence.plugins.spacedirectory.rest with parameters of type DateEntity Modifier and Type Method Description voidSpaceDirectoryEntity. setCreatedDate(DateEntity createdDate)voidSpaceDirectoryEntity. setLastModifiedDate(DateEntity lastModifiedDate)
-