Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static DateEntity |
DateEntityExampleDocument.DATE_ENTITY |
Modifier and Type | Method and Description |
---|---|
DateEntity |
DateEntityHelper.buildDateEntity(Date date)
Deprecated.
|
DateEntity |
DateEntityFactoryImpl.buildDateEntity(Date date) |
DateEntity |
DateEntityFactory.buildDateEntity(Date date) |
Modifier and Type | Method and Description |
---|---|
DateEntity |
SpaceDirectoryEntity.getCreatedDate() |
DateEntity |
SpaceDirectoryEntity.getLastModifiedDate() |
Modifier and Type | Method and Description |
---|---|
void |
SpaceDirectoryEntity.setCreatedDate(DateEntity createdDate) |
void |
SpaceDirectoryEntity.setLastModifiedDate(DateEntity lastModifiedDate) |
Copyright © 2003–2015 Atlassian. All rights reserved.