public class JsonKeys extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATED_ON
JSON key for the
created_on value. |
static String |
DISPLAY_NAME
JSON key for the
display_name value. |
static String |
FULL_NAME
JSON key for the
full_name value. |
static String |
HREF
JSON key for the
href value. |
static String |
IS_PRIVATE
JSON key for the
is_private value. |
static String |
LINKS
JSON key for the
links object. |
static String |
LOCATION
JSON key for the
location value. |
static String |
NAME
JSON key for the
name value. |
static String |
OWNER
JSON key for the
owner object. |
static String |
SCM
JSON key for the
scm value, which is either
"git" or "hg". |
static String |
TYPE
JSON key for the
type value. |
static String |
USERNAME
JSON key for the
username value. |
static String |
UUID
JSON key for the
uuid value. |
static String |
WEBSITE
JSON key for the
website value. |
public static final String LINKS
links object.public static final String OWNER
owner object.public static final String TYPE
type value.public static final String HREF
href value.public static final String UUID
uuid value.public static final String USERNAME
username value.public static final String DISPLAY_NAME
display_name value.public static final String WEBSITE
website value.public static final String LOCATION
location value.public static final String CREATED_ON
created_on value.public static final String NAME
name value.public static final String FULL_NAME
full_name value.public static final String SCM
scm value, which is either
"git" or "hg".public static final String IS_PRIVATE
is_private value.Copyright © 2015 Nishimura Software Studio. All rights reserved.