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()
Gets id.
|
String |
getKey()
Gets key.
|
GitHub |
getRoot()
Gets root.
|
String |
getTitle()
Gets title.
|
String |
getUrl()
Something like "https://api.github.com/user/keys/73593"
|
boolean |
isVerified()
Is verified boolean.
|
String |
toString() |
protected String url
protected String key
protected String title
protected boolean verified
protected int id
public int getId()
public String getKey()
public String getTitle()
public String getUrl()
public GitHub getRoot()
public boolean isVerified()
Copyright © 2020. All rights reserved.