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 accepted |
| abstract String |
authType()
Gets the auth |
| abstract String |
email()
Gets the email property: Email of the user. |
| abstract String |
expiresAt()
Gets the expires |
| abstract String |
id()
Gets the id property: Id of the invitation. |
|
abstract
Invitation |
innerModel()
Gets the inner com. |
| abstract String |
kind()
Gets the kind property: Type of account. |
|
abstract
Metadata |
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:
authType
public abstract String authType()
Gets the authType property: Auth type of the user.
Returns:
public abstract String email()
Gets the email property: Email of the user.
Returns:
expiresAt
public abstract String expiresAt()
Gets the expiresAt property: Expiration date time of the invitation.
Returns:
id
public abstract String id()
Gets the id property: Id of the invitation.
Returns:
innerModel
public abstract InvitationRecordInner innerModel()
Gets the inner com.azure.resourcemanager.confluent.fluent.models.InvitationRecordInner object.
Returns:
kind
public abstract String kind()
Gets the kind property: Type of account.
Returns:
metadata
public abstract MetadataEntity metadata()
Gets the metadata property: Metadata of the record.
Returns:
status
public abstract String status()
Gets the status property: Status of the invitation.
Returns: