public enum FileStoreAssociationTarget extends Enum<FileStoreAssociationTarget>
FileStoreAssociationConfig
.Enum Constant and Description |
---|
ATTACHMENTS
Target that configures the filestore for attachments.
|
AVATARS
Target that configures the filestore for avatars.
|
BACKUPS
Target that configures the filestore for backups.
|
Modifier and Type | Method and Description |
---|---|
String |
getAssociationTargetName() |
static FileStoreAssociationTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileStoreAssociationTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileStoreAssociationTarget AVATARS
public static final FileStoreAssociationTarget ATTACHMENTS
public static final FileStoreAssociationTarget BACKUPS
public static FileStoreAssociationTarget[] values()
for (FileStoreAssociationTarget c : FileStoreAssociationTarget.values()) System.out.println(c);
public static FileStoreAssociationTarget 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 getAssociationTargetName()
Copyright © 2002-2024 Atlassian. All Rights Reserved.