public static enum WebQueueRepository.PublishType extends Enum<WebQueueRepository.PublishType>
| Enum Constant and Description |
|---|
DELETE |
TO_PUBLIC |
UNDO |
UNDO_DELETE |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonString() |
static WebQueueRepository.PublishType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebQueueRepository.PublishType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebQueueRepository.PublishType TO_PUBLIC
public static final WebQueueRepository.PublishType DELETE
public static final WebQueueRepository.PublishType UNDO_DELETE
public static final WebQueueRepository.PublishType UNDO
public static WebQueueRepository.PublishType[] values()
for (WebQueueRepository.PublishType c : WebQueueRepository.PublishType.values()) System.out.println(c);
public static WebQueueRepository.PublishType 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 getJsonString()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.