public enum RequestPublishStatus extends Enum<RequestPublishStatus>
| Enum Constant and Description |
|---|
live |
liveNRemotePublished |
notLocalLives |
published |
| Modifier and Type | Method and Description |
|---|---|
String |
getStatus() |
static RequestPublishStatus |
setRequestPublishStatus(String status) |
static RequestPublishStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestPublishStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestPublishStatus live
public static final RequestPublishStatus published
public static final RequestPublishStatus notLocalLives
public static final RequestPublishStatus liveNRemotePublished
public static RequestPublishStatus[] values()
for (RequestPublishStatus c : RequestPublishStatus.values()) System.out.println(c);
public static RequestPublishStatus 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 getStatus()
public static RequestPublishStatus setRequestPublishStatus(String status)
status - Copyright © 2023. All rights reserved.