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