public class GHKey extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected String |
key |
protected String |
title |
protected String |
url |
protected boolean |
verified |
| Constructor and Description |
|---|
GHKey() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getKey() |
GitHub |
getRoot() |
String |
getTitle() |
String |
getUrl()
Something like "https://api.github.com/user/keys/73593"
|
boolean |
isVerified() |
String |
toString() |
protected String url
protected String key
protected String title
protected boolean verified
protected int id
Copyright © 2017. All rights reserved.