azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

93 строки
5.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.apicenter.models.Onboarding"
fullName: "com.azure.resourcemanager.apicenter.models.Onboarding"
name: "Onboarding"
nameWithType: "Onboarding"
summary: "Onboarding information."
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 **Onboarding**"
constructors:
- uid: "com.azure.resourcemanager.apicenter.models.Onboarding.Onboarding()"
fullName: "com.azure.resourcemanager.apicenter.models.Onboarding.Onboarding()"
name: "Onboarding()"
nameWithType: "Onboarding.Onboarding()"
summary: "Creates an instance of Onboarding class."
syntax: "public Onboarding()"
desc: "Creates an instance of Onboarding class."
methods:
- uid: "com.azure.resourcemanager.apicenter.models.Onboarding.developerPortalUri()"
fullName: "com.azure.resourcemanager.apicenter.models.Onboarding.developerPortalUri()"
name: "developerPortalUri()"
nameWithType: "Onboarding.developerPortalUri()"
summary: "Get the developer<wbr>Portal<wbr>Uri property: The location of the development portal."
syntax: "public List<String> developerPortalUri()"
desc: "Get the developerPortalUri property: The location of the development portal."
returns:
description: "the developerPortalUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.apicenter.models.Onboarding.instructions()"
fullName: "com.azure.resourcemanager.apicenter.models.Onboarding.instructions()"
name: "instructions()"
nameWithType: "Onboarding.instructions()"
summary: "Get the instructions property: Onboarding guide."
syntax: "public String instructions()"
desc: "Get the instructions property: Onboarding guide."
returns:
description: "the instructions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.apicenter.models.Onboarding.validate()"
fullName: "com.azure.resourcemanager.apicenter.models.Onboarding.validate()"
name: "validate()"
nameWithType: "Onboarding.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.apicenter.models.Onboarding.withDeveloperPortalUri(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.apicenter.models.Onboarding.withDeveloperPortalUri(List<String> developerPortalUri)"
name: "withDeveloperPortalUri(List<String> developerPortalUri)"
nameWithType: "Onboarding.withDeveloperPortalUri(List<String> developerPortalUri)"
summary: "Set the developer<wbr>Portal<wbr>Uri property: The location of the development portal."
parameters:
- description: "the developerPortalUri value to set."
name: "developerPortalUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public Onboarding withDeveloperPortalUri(List<String> developerPortalUri)"
desc: "Set the developerPortalUri property: The location of the development portal."
returns:
description: "the Onboarding object itself."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.Onboarding?alt=com.azure.resourcemanager.apicenter.models.Onboarding&text=Onboarding\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.Onboarding.withInstructions(java.lang.String)"
fullName: "com.azure.resourcemanager.apicenter.models.Onboarding.withInstructions(String instructions)"
name: "withInstructions(String instructions)"
nameWithType: "Onboarding.withInstructions(String instructions)"
summary: "Set the instructions property: Onboarding guide."
parameters:
- description: "the instructions value to set."
name: "instructions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Onboarding withInstructions(String instructions)"
desc: "Set the instructions property: Onboarding guide."
returns:
description: "the Onboarding object itself."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.Onboarding?alt=com.azure.resourcemanager.apicenter.models.Onboarding&text=Onboarding\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Onboarding information."
metadata: {}
package: "com.azure.resourcemanager.apicenter.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-apicenter:1.0.0