InvitationRecordInner Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. fluent. models. InvitationRecordInner
- com.
Implements
public final class InvitationRecordInner
implements JsonSerializable<InvitationRecordInner>
Record of the invitation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
acceptedAt()
Get the accepted |
| String |
authType()
Get the auth |
| String |
email()
Get the email property: Email of the user. |
| String |
expiresAt()
Get the expires |
|
static
Invitation |
fromJson(JsonReader jsonReader)
Reads an instance of Invitation |
| String |
id()
Get the id property: Id of the invitation. |
| String |
kind()
Get the kind property: Type of account. |
|
Metadata |
metadata()
Get the metadata property: Metadata of the record. |
| String |
status()
Get the status property: Status of the invitation. |
|
Json |
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:
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:
expiresAt
public String expiresAt()
Get the expiresAt property: Expiration date time of the invitation.
Returns:
fromJson
public static InvitationRecordInner fromJson(JsonReader jsonReader)
Reads an instance of InvitationRecordInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Id of the invitation.
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:
status
public String status()
Get the status property: Status of the invitation.
Returns: