次の方法で共有


InvitationRecordInner Class

  • java.lang.Object
    • com.azure.resourcemanager.confluent.fluent.models.InvitationRecordInner

Implements

public final class InvitationRecordInner
implements JsonSerializable<InvitationRecordInner>

Record of the invitation.

Method Summary

Modifier and Type Method and Description
String acceptedAt()

Get the acceptedAt property: Accepted date time of the invitation.

String authType()

Get the authType property: Auth type of the user.

String email()

Get the email property: Email of the user.

String expiresAt()

Get the expiresAt property: Expiration date time of the invitation.

static InvitationRecordInner fromJson(JsonReader jsonReader)

Reads an instance of InvitationRecordInner from the JsonReader.

String id()

Get the id property: Id of the invitation.

String kind()

Get the kind property: Type of account.

MetadataEntity metadata()

Get the metadata property: Metadata of the record.

String status()

Get the status property: Status of the invitation.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

acceptedAt

public String acceptedAt()

Get the acceptedAt property: Accepted date time of the invitation.

Returns:

the acceptedAt value.

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.

expiresAt

public String expiresAt()

Get the expiresAt property: Expiration date time of the invitation.

Returns:

the expiresAt value.

fromJson

public static InvitationRecordInner fromJson(JsonReader jsonReader)

Reads an instance of InvitationRecordInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of InvitationRecordInner 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 InvitationRecordInner.

id

public String id()

Get the id property: Id of the invitation.

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.

status

public String status()

Get the status property: Status of the invitation.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to