public enum SocialNetworkMessageStatus extends Enum<SocialNetworkMessageStatus>
Enum Constant and Description |
---|
Error
Indicates an error occured trying to send a message.
|
Processed
Indicates the message has been sent to the social network.
|
Scheduled
Indicates that a message has already been scheduled to be publish.
|
SentToQueue
Indicates the message has been added to the publishing queue and is
waiting for it to be processed.
|
WaitingContentPublishing
Indicates that the publish date has already expired but the content
associated to the message has not yet been published in the LumisXP.
|
Modifier and Type | Method and Description |
---|---|
String |
getTranslatedString()
Returns the translated string.
|
static SocialNetworkMessageStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocialNetworkMessageStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SocialNetworkMessageStatus Scheduled
public static final SocialNetworkMessageStatus WaitingContentPublishing
public static final SocialNetworkMessageStatus SentToQueue
public static final SocialNetworkMessageStatus Processed
public static final SocialNetworkMessageStatus Error
public static SocialNetworkMessageStatus[] values()
for (SocialNetworkMessageStatus c : SocialNetworkMessageStatus.values()) System.out.println(c);
public static SocialNetworkMessageStatus 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 getTranslatedString() throws PortalException
PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.