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

189 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.confluent.models.UserRecord"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord"
name: "UserRecord"
nameWithType: "UserRecord"
summary: "Record of the user."
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 **UserRecord**"
constructors:
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.UserRecord()"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.UserRecord()"
name: "UserRecord()"
nameWithType: "UserRecord.UserRecord()"
summary: "Creates an instance of User<wbr>Record class."
syntax: "public UserRecord()"
desc: "Creates an instance of UserRecord class."
methods:
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.authType()"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.authType()"
name: "authType()"
nameWithType: "UserRecord.authType()"
summary: "Get the auth<wbr>Type property: Auth type of the user."
syntax: "public String authType()"
desc: "Get the authType property: Auth type of the user."
returns:
description: "the authType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.email()"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.email()"
name: "email()"
nameWithType: "UserRecord.email()"
summary: "Get the email property: Email of the user."
syntax: "public String email()"
desc: "Get the email property: Email of the user."
returns:
description: "the email value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.fullName()"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.fullName()"
name: "fullName()"
nameWithType: "UserRecord.fullName()"
summary: "Get the full<wbr>Name property: Name of the user."
syntax: "public String fullName()"
desc: "Get the fullName property: Name of the user."
returns:
description: "the fullName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.id()"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.id()"
name: "id()"
nameWithType: "UserRecord.id()"
summary: "Get the id property: Id of the user."
syntax: "public String id()"
desc: "Get the id property: Id of the user."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.kind()"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.kind()"
name: "kind()"
nameWithType: "UserRecord.kind()"
summary: "Get the kind property: Type of account."
syntax: "public String kind()"
desc: "Get the kind property: Type of account."
returns:
description: "the kind value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.metadata()"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.metadata()"
name: "metadata()"
nameWithType: "UserRecord.metadata()"
summary: "Get the metadata property: Metadata of the record."
syntax: "public MetadataEntity metadata()"
desc: "Get the metadata property: Metadata of the record."
returns:
description: "the metadata value."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.MetadataEntity?alt=com.azure.resourcemanager.confluent.models.MetadataEntity&text=MetadataEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.validate()"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.validate()"
name: "validate()"
nameWithType: "UserRecord.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.withAuthType(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.withAuthType(String authType)"
name: "withAuthType(String authType)"
nameWithType: "UserRecord.withAuthType(String authType)"
summary: "Set the auth<wbr>Type property: Auth type of the user."
parameters:
- description: "the authType value to set."
name: "authType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserRecord withAuthType(String authType)"
desc: "Set the authType property: Auth type of the user."
returns:
description: "the UserRecord object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.UserRecord?alt=com.azure.resourcemanager.confluent.models.UserRecord&text=UserRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.withEmail(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.withEmail(String email)"
name: "withEmail(String email)"
nameWithType: "UserRecord.withEmail(String email)"
summary: "Set the email property: Email of the user."
parameters:
- description: "the email value to set."
name: "email"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserRecord withEmail(String email)"
desc: "Set the email property: Email of the user."
returns:
description: "the UserRecord object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.UserRecord?alt=com.azure.resourcemanager.confluent.models.UserRecord&text=UserRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.withFullName(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.withFullName(String fullName)"
name: "withFullName(String fullName)"
nameWithType: "UserRecord.withFullName(String fullName)"
summary: "Set the full<wbr>Name property: Name of the user."
parameters:
- description: "the fullName value to set."
name: "fullName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserRecord withFullName(String fullName)"
desc: "Set the fullName property: Name of the user."
returns:
description: "the UserRecord object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.UserRecord?alt=com.azure.resourcemanager.confluent.models.UserRecord&text=UserRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.withId(String id)"
name: "withId(String id)"
nameWithType: "UserRecord.withId(String id)"
summary: "Set the id property: Id of the user."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserRecord withId(String id)"
desc: "Set the id property: Id of the user."
returns:
description: "the UserRecord object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.UserRecord?alt=com.azure.resourcemanager.confluent.models.UserRecord&text=UserRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.withKind(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.withKind(String kind)"
name: "withKind(String kind)"
nameWithType: "UserRecord.withKind(String kind)"
summary: "Set the kind property: Type of account."
parameters:
- description: "the kind value to set."
name: "kind"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserRecord withKind(String kind)"
desc: "Set the kind property: Type of account."
returns:
description: "the UserRecord object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.UserRecord?alt=com.azure.resourcemanager.confluent.models.UserRecord&text=UserRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.UserRecord.withMetadata(com.azure.resourcemanager.confluent.models.MetadataEntity)"
fullName: "com.azure.resourcemanager.confluent.models.UserRecord.withMetadata(MetadataEntity metadata)"
name: "withMetadata(MetadataEntity metadata)"
nameWithType: "UserRecord.withMetadata(MetadataEntity metadata)"
summary: "Set the metadata property: Metadata of the record."
parameters:
- description: "the metadata value to set."
name: "metadata"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.MetadataEntity?alt=com.azure.resourcemanager.confluent.models.MetadataEntity&text=MetadataEntity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UserRecord withMetadata(MetadataEntity metadata)"
desc: "Set the metadata property: Metadata of the record."
returns:
description: "the UserRecord object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.UserRecord?alt=com.azure.resourcemanager.confluent.models.UserRecord&text=UserRecord\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Record of the user."
metadata: {}
package: "com.azure.resourcemanager.confluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confluent:1.1.0