public static enum AttachmentsBlock.ViewMode extends Enum<AttachmentsBlock.ViewMode> implements AttachmentsBlock.AttachmentBlockSetting
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerSelector() |
String |
getLinkId() |
static AttachmentsBlock.ViewMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentsBlock.ViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttachmentsBlock.ViewMode GALLERY
public static final AttachmentsBlock.ViewMode LIST
public static AttachmentsBlock.ViewMode[] values()
for (AttachmentsBlock.ViewMode c : AttachmentsBlock.ViewMode.values()) System.out.println(c);
public static AttachmentsBlock.ViewMode 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 getLinkId()
getLinkId in interface AttachmentsBlock.AttachmentBlockSettingpublic String getContainerSelector()
getContainerSelector in interface AttachmentsBlock.AttachmentBlockSettingCopyright © 2002-2024 Atlassian. All Rights Reserved.