Share via


InvitationRecord Interface

public interface InvitationRecord

An immutable client-side representation of InvitationRecord.

Method Summary

Modifier and Type Method and Description
abstract String acceptedAt()

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

abstract String authType()

Gets the authType property: Auth type of the user.

abstract String email()

Gets the email property: Email of the user.

abstract String expiresAt()

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

abstract String id()

Gets the id property: Id of the invitation.

abstract InvitationRecordInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.InvitationRecordInner object.

abstract String kind()

Gets the kind property: Type of account.

abstract MetadataEntity metadata()

Gets the metadata property: Metadata of the record.

abstract String status()

Gets the status property: Status of the invitation.

Method Details

acceptedAt

public abstract String acceptedAt()

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

Returns:

the acceptedAt value.

authType

public abstract String authType()

Gets the authType property: Auth type of the user.

Returns:

the authType value.

email

public abstract String email()

Gets the email property: Email of the user.

Returns:

the email value.

expiresAt

public abstract String expiresAt()

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

Returns:

the expiresAt value.

id

public abstract String id()

Gets the id property: Id of the invitation.

Returns:

the id value.

innerModel

public abstract InvitationRecordInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.InvitationRecordInner object.

Returns:

the inner object.

kind

public abstract String kind()

Gets the kind property: Type of account.

Returns:

the kind value.

metadata

public abstract MetadataEntity metadata()

Gets the metadata property: Metadata of the record.

Returns:

the metadata value.

status

public abstract String status()

Gets the status property: Status of the invitation.

Returns:

the status value.

Applies to