UserRecord Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. UserRecord
- com.
Implements
public final class UserRecord
implements JsonSerializable<UserRecord>
Record of the user.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
authType()
Get the auth |
| String |
email()
Get the email property: Email of the user. |
|
static
User |
fromJson(JsonReader jsonReader)
Reads an instance of User |
| String |
fullName()
Get the full |
| String |
id()
Get the id property: Id of the user. |
| String |
kind()
Get the kind property: Type of account. |
|
Metadata |
metadata()
Get the metadata property: Metadata of the record. |
|
Json |
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:
public String email()
Get the email property: Email of the user.
Returns:
fromJson
public static UserRecord fromJson(JsonReader jsonReader)
Reads an instance of UserRecord from the JsonReader.
Parameters:
Returns:
Throws:
fullName
public String fullName()
Get the fullName property: Name of the user.
Returns:
id
public String id()
Get the id property: Id of the user.
Returns:
kind
public String kind()
Get the kind property: Type of account.
Returns:
metadata
public MetadataEntity metadata()
Get the metadata property: Metadata of the record.
Returns: