public class DriveItemInviteBody
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
expirationDateTime
The expiration Date Time.
|
java.lang.String |
message
The message.
|
java.lang.String |
password
The password.
|
java.util.List<DriveRecipient> |
recipients
The recipients.
|
java.lang.Boolean |
requireSignIn
The require Sign In.
|
java.util.List<java.lang.String> |
roles
The roles.
|
java.lang.Boolean |
sendInvitation
The send Invitation.
|
| Constructor and Description |
|---|
DriveItemInviteBody() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="requireSignIn",
alternate="RequireSignIn")
@Expose
public java.lang.Boolean requireSignIn
@SerializedName(value="roles",
alternate="Roles")
@Expose
public java.util.List<java.lang.String> roles
@SerializedName(value="sendInvitation",
alternate="SendInvitation")
@Expose
public java.lang.Boolean sendInvitation
@SerializedName(value="message",
alternate="Message")
@Expose
public java.lang.String message
@SerializedName(value="recipients",
alternate="Recipients")
@Expose
public java.util.List<DriveRecipient> recipients
@SerializedName(value="expirationDateTime",
alternate="ExpirationDateTime")
@Expose
public java.lang.String expirationDateTime
@SerializedName(value="password",
alternate="Password")
@Expose
public java.lang.String password
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
serializer - the serializerjson - the JSON object to set this object to