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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • email

      @SerializedName(value="email", alternate="Email") @Expose @Nullable public String 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 invitedBy
      The 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 redeemedBy
      The Redeemed By.
    • signInRequired

      @SerializedName(value="signInRequired", alternate="SignInRequired") @Expose @Nullable public Boolean signInRequired
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to