java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHRepositoryPublicKey
A public key for the given repository.
- Author:
- Aditya Bansal
-
Field Summary
Fields inherited from class org.kohsuke.github.GHObject
responseHeaderFields
-
Constructor Summary
-
Method Summary
Methods inherited from class org.kohsuke.github.GHObject
getCreatedAt, getId, getNodeId, getResponseHeaderFields, getUpdatedAt, getUrl, setResponseHeaderFields, toString
-
Constructor Details
-
GHRepositoryPublicKey
public GHRepositoryPublicKey()Create default GHRepositoryPublicKey instance
-
-
Method Details
-
getKeyId
Gets the key id.- Returns:
- the key id
-
getKey
Gets the key.- Returns:
- the key
-