GitHubResourceInfo Class
- java.
lang. Object - com.
azure. resourcemanager. securityinsights. models. GitHubResourceInfo
- com.
Implements
public final class GitHubResourceInfo
implements JsonSerializable<GitHubResourceInfo>
Resources created in GitHub repository.
Constructor Summary
| Constructor | Description |
|---|---|
| GitHubResourceInfo() |
Creates an instance of Git |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
appInstallationId()
Get the app |
|
static
Git |
fromJson(JsonReader jsonReader)
Reads an instance of Git |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Git |
withAppInstallationId(String appInstallationId)
Set the app |
Methods inherited from java.lang.Object
Constructor Details
GitHubResourceInfo
public GitHubResourceInfo()
Creates an instance of GitHubResourceInfo class.
Method Details
appInstallationId
public String appInstallationId()
Get the appInstallationId property: GitHub application installation id.
Returns:
fromJson
public static GitHubResourceInfo fromJson(JsonReader jsonReader)
Reads an instance of GitHubResourceInfo from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAppInstallationId
public GitHubResourceInfo withAppInstallationId(String appInstallationId)
Set the appInstallationId property: GitHub application installation id.
Parameters:
Returns: