public enum EToopResponseOptionType extends Enum<EToopResponseOptionType> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
INLINE
Response payload is part of the response.
|
REFERENCE
Response payload is referenced from within the response.
|
| Modifier and Type | Method and Description |
|---|---|
static EToopResponseOptionType |
getFromIDOrNull(String sID) |
String |
getID() |
static EToopResponseOptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EToopResponseOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EToopResponseOptionType INLINE
public static final EToopResponseOptionType REFERENCE
public static EToopResponseOptionType[] values()
for (EToopResponseOptionType c : EToopResponseOptionType.values()) System.out.println(c);
public static EToopResponseOptionType 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 null@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nullable public static EToopResponseOptionType getFromIDOrNull(@Nullable String sID)
Copyright © 2020 toop.eu. All rights reserved.