java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHInvitation
The type GHInvitation.
-
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
-
GHInvitation
public GHInvitation()Create default GHInvitation instance
-
-
Method Details
-
accept
Accept a repository invitation.- Throws:
IOException
- the io exception
-
decline
Decline a repository invitation.- Throws:
IOException
- the io exception
-
getHtmlUrl
Gets the html url.- Returns:
- the html url
-