67 строки
4.6 KiB
YAML
67 строки
4.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse"
|
|
name: "RGitHubPackageResponse"
|
|
nameWithType: "RGitHubPackageResponse"
|
|
summary: "The RGit<wbr>Hub<wbr>Package<wbr>Response model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **RGitHubPackageResponse**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse.RGitHubPackageResponse()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse.RGitHubPackageResponse()"
|
|
name: "RGitHubPackageResponse()"
|
|
nameWithType: "RGitHubPackageResponse.RGitHubPackageResponse()"
|
|
syntax: "public RGitHubPackageResponse()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse.repository()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse.repository()"
|
|
name: "repository()"
|
|
nameWithType: "RGitHubPackageResponse.repository()"
|
|
summary: "Get the repository property: Repository address in the format username/repo\\[/subdir\\]\\[@ref|\\#pull\\]."
|
|
syntax: "public String repository()"
|
|
desc: "Get the repository property: Repository address in the format username/repo\\[/subdir\\]\\[@ref|\\#pull\\]."
|
|
returns:
|
|
description: "the repository value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse.validate()"
|
|
name: "validate()"
|
|
nameWithType: "RGitHubPackageResponse.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse.withRepository(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse.withRepository(String repository)"
|
|
name: "withRepository(String repository)"
|
|
nameWithType: "RGitHubPackageResponse.withRepository(String repository)"
|
|
summary: "Set the repository property: Repository address in the format username/repo\\[/subdir\\]\\[@ref|\\#pull\\]."
|
|
parameters:
|
|
- description: "the repository value to set."
|
|
name: "repository"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public RGitHubPackageResponse withRepository(String repository)"
|
|
desc: "Set the repository property: Repository address in the format username/repo\\[/subdir\\]\\[@ref|\\#pull\\]."
|
|
returns:
|
|
description: "the RGitHubPackageResponse object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse?alt=com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse&text=RGitHubPackageResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The RGitHubPackageResponse model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|