| Modifier and Type | Method and Description |
|---|---|
Post.TypeName |
Post.getTypename()
get type name of post like "GraphVideo" and "GraphImage"
|
static Post.TypeName |
Post.TypeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Post.TypeName[] |
Post.TypeName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Post.setTypename(Post.TypeName typename) |
Copyright © 2018. All rights reserved.