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