| Package | Description |
|---|---|
| com.atlassian.confluence.core | |
| com.atlassian.confluence.pages |
| Modifier and Type | Method and Description |
|---|---|
Attachment.CollectionNameType |
FileStoreAttachmentResource.getCollectionNameType() |
Attachment.CollectionNameType |
AttachmentFileStoreParams.getCollectionNameType() |
| Modifier and Type | Method and Description |
|---|---|
FileStoreAttachmentResource.Builder |
FileStoreAttachmentResource.Builder.collectionNameType(Attachment.CollectionNameType collectionNameType) |
| Constructor and Description |
|---|
AttachmentFileStoreParams(String fileStoreId,
Attachment.CollectionNameType collectionNameType) |
FileStoreAttachmentResource(String fileStoreId,
Attachment.CollectionNameType collectionNameType,
String filename,
String contentType,
long contentLength,
String comment,
boolean minorEdit) |
| Modifier and Type | Method and Description |
|---|---|
Attachment.CollectionNameType |
FileStoreDataSavableAttachment.getCollectionNameType() |
Attachment.CollectionNameType |
Attachment.getCollectionNameType() |
static Attachment.CollectionNameType |
Attachment.CollectionNameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attachment.CollectionNameType[] |
Attachment.CollectionNameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attachment.setCollectionNameType(Attachment.CollectionNameType collectionNameType) |
Copyright © 2003–2017 Atlassian. All rights reserved.