Package com.microsoft.graph.models
Class SharingInvitation
java.lang.Object
com.microsoft.graph.models.SharingInvitation
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SharingInvitation
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Sharing Invitation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Email.The Invited By.the OData type of the object as returned by the serviceThe Redeemed By.The Sign In Required. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
email
The Email. The email address provided for the recipient of the sharing invitation. Read-only. -
invitedBy
@SerializedName(value="invitedBy", alternate="InvitedBy") @Expose @Nullable public IdentitySet invitedByThe Invited By. Provides information about who sent the invitation that created this permission, if that information is available. Read-only. -
redeemedBy
@SerializedName(value="redeemedBy", alternate="RedeemedBy") @Expose @Nullable public String redeemedByThe Redeemed By. -
signInRequired
@SerializedName(value="signInRequired", alternate="SignInRequired") @Expose @Nullable public Boolean signInRequiredThe Sign In Required. If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.
-
-
Constructor Details
-
SharingInvitation
public SharingInvitation()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-