org.kohsuke.github
Class GHVerifiedKey

java.lang.Object
  extended by org.kohsuke.github.GHKey
      extended by org.kohsuke.github.GHVerifiedKey

public class GHVerifiedKey
extends GHKey


Field Summary
 
Fields inherited from class org.kohsuke.github.GHKey
id, key, title, url, verified
 
Constructor Summary
GHVerifiedKey()
           
 
Method Summary
 String getTitle()
           
 
Methods inherited from class org.kohsuke.github.GHKey
getId, getKey, getUrl, isVerified, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GHVerifiedKey

public GHVerifiedKey()
Method Detail

getTitle

public String getTitle()
Overrides:
getTitle in class GHKey


Copyright © 2014. All rights reserved.