public static enum Bookmark._fields extends Enum<Bookmark._fields>
Enum Constant and Description |
---|
description |
hastopic |
recalls |
relation |
relevance |
title |
uuid |
Modifier and Type | Method and Description |
---|---|
String |
toJSON() |
static Bookmark._fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bookmark._fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bookmark._fields recalls
public static final Bookmark._fields hastopic
public static final Bookmark._fields title
public static final Bookmark._fields description
public static final Bookmark._fields relevance
public static final Bookmark._fields relation
public static final Bookmark._fields uuid
public static Bookmark._fields[] values()
for (Bookmark._fields c : Bookmark._fields.values()) System.out.println(c);
public static Bookmark._fields 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 toJSON()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.