|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.util.Date date)
Deprecated. |
DateEntity |
DateEntityFactoryImpl.buildDateEntity(java.util.Date date)
|
DateEntity |
DateEntityFactory.buildDateEntity(java.util.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |