次の方法で共有


UserRecord Class

  • java.lang.Object
    • com.azure.resourcemanager.confluent.models.UserRecord

Implements

public final class UserRecord
implements JsonSerializable<UserRecord>

Record of the user.

Method Summary

Modifier and Type Method and Description
String authType()

Get the authType property: Auth type of the user.

String email()

Get the email property: Email of the user.

static UserRecord fromJson(JsonReader jsonReader)

Reads an instance of UserRecord from the JsonReader.

String fullName()

Get the fullName property: Name of the user.

String id()

Get the id property: Id of the user.

String kind()

Get the kind property: Type of account.

MetadataEntity metadata()

Get the metadata property: Metadata of the record.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

authType

public String authType()

Get the authType property: Auth type of the user.

Returns:

the authType value.

email

public String email()

Get the email property: Email of the user.

Returns:

the email value.

fromJson

public static UserRecord fromJson(JsonReader jsonReader)

Reads an instance of UserRecord from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of UserRecord if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the UserRecord.

fullName

public String fullName()

Get the fullName property: Name of the user.

Returns:

the fullName value.

id

public String id()

Get the id property: Id of the user.

Returns:

the id value.

kind

public String kind()

Get the kind property: Type of account.

Returns:

the kind value.

metadata

public MetadataEntity metadata()

Get the metadata property: Metadata of the record.

Returns:

the metadata value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to