public static enum AttachmentStorageConfiguration.StorageMethod extends Enum<AttachmentStorageConfiguration.StorageMethod>
| Enum Constant and Description | 
|---|
DATABASE  | 
FILESYSTEM  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getInputIdString()  | 
String | 
getInputValueString()  | 
static AttachmentStorageConfiguration.StorageMethod | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AttachmentStorageConfiguration.StorageMethod[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final AttachmentStorageConfiguration.StorageMethod FILESYSTEM
public static final AttachmentStorageConfiguration.StorageMethod DATABASE
public static AttachmentStorageConfiguration.StorageMethod[] values()
for (AttachmentStorageConfiguration.StorageMethod c : AttachmentStorageConfiguration.StorageMethod.values()) System.out.println(c);
public static AttachmentStorageConfiguration.StorageMethod valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getInputIdString()
public String getInputValueString()
Copyright © 2003–2022 Atlassian. All rights reserved.