Package de.coho04.githubapi.entities
Klasse GHGitignoreTemplate
java.lang.Object
de.coho04.githubapi.bases.GHBase
de.coho04.githubapi.entities.GHGitignoreTemplate
- Alle implementierten Schnittstellen:
HttpRequestInterface,JSONHelper
This class represents a GitHub Gitignore Template.
It provides methods for fetching data about the gitignore template such as its name and source.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen de.coho04.githubapi.interfaces.JSONHelper
JSONHelper.JSONToObject<T> -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungGHGitignoreTemplate(org.json.JSONObject jsonObject) Constructs a new GHGitignoreTemplate instance with the provided JSON object. -
Methodenübersicht
Von Klasse geerbte Methoden de.coho04.githubapi.bases.GHBase
fetchArrayData, fetchArrayData, fetchPaginatedData, fetchPaginatedData, fetchPaginatedData, getBaseUrl, toJSONObjectVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden de.coho04.githubapi.interfaces.HttpRequestInterface
extractNextPageUrl, sendDeleteRequest, sendDeleteRequestWithResponseCode, sendGetRequest, sendGetRequestWithLinkHeader, sendGetRequestWithResponseCode, sendPatchRequest, sendPostRequest, sendPutRequestVon Schnittstelle geerbte Methoden de.coho04.githubapi.interfaces.JSONHelper
getArrayOrNull, getBooleanOrNull, getIntOrNull, getJSONArrayToStringList, getJSONObjectOrNull, getLocalDateOrNull, getLongOrNull, getStringOrNull
-
Konstruktordetails
-
GHGitignoreTemplate
public GHGitignoreTemplate(org.json.JSONObject jsonObject) Constructs a new GHGitignoreTemplate instance with the provided JSON object.- Parameter:
jsonObject- the JSON object containing the gitignore template data
-
-
Methodendetails
-
getName
Returns the name of the gitignore template.- Gibt zurück:
- the name of the gitignore template
-
getSource
Returns the source of the gitignore template.- Gibt zurück:
- the source of the gitignore template
-