public static enum ActivityEntry.Field extends Enum<ActivityEntry.Field>
Enum Constant and Description |
---|
ACTOR |
CONTENT |
GENERATOR |
ICON |
ID |
OBJECT |
PROVIDER |
PUBLISHED |
TARGET |
TITLE |
UPDATED |
URL |
VERB |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns the name of the JSON element.
|
static ActivityEntry.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityEntry.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityEntry.Field ACTOR
public static final ActivityEntry.Field CONTENT
public static final ActivityEntry.Field GENERATOR
public static final ActivityEntry.Field ICON
public static final ActivityEntry.Field ID
public static final ActivityEntry.Field OBJECT
public static final ActivityEntry.Field PUBLISHED
public static final ActivityEntry.Field PROVIDER
public static final ActivityEntry.Field TARGET
public static final ActivityEntry.Field TITLE
public static final ActivityEntry.Field UPDATED
public static final ActivityEntry.Field URL
public static final ActivityEntry.Field VERB
public static ActivityEntry.Field[] values()
for (ActivityEntry.Field c : ActivityEntry.Field.values()) System.out.println(c);
public static ActivityEntry.Field 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 toString()
toString
in class Enum<ActivityEntry.Field>
Copyright © 2022 WSO2. All rights reserved.