Class SharingDetail

java.lang.Object
com.microsoft.graph.models.SharingDetail
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SharingDetail extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Sharing Detail.
  • Field Details

    • oDataType

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

      @SerializedName(value="sharedBy", alternate="SharedBy") @Expose @Nullable public InsightIdentity sharedBy
      The Shared By. The user who shared the document.
    • sharedDateTime

      @SerializedName(value="sharedDateTime", alternate="SharedDateTime") @Expose @Nullable public OffsetDateTime sharedDateTime
      The Shared Date Time. The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
    • sharingReference

      @SerializedName(value="sharingReference", alternate="SharingReference") @Expose @Nullable public ResourceReference sharingReference
      The Sharing Reference.
    • sharingSubject

      @SerializedName(value="sharingSubject", alternate="SharingSubject") @Expose @Nullable public String sharingSubject
      The Sharing Subject. The subject with which the document was shared.
    • sharingType

      @SerializedName(value="sharingType", alternate="SharingType") @Expose @Nullable public String sharingType
      The Sharing Type. Determines the way the document was shared, can be by a 'Link', 'Attachment', 'Group', 'Site'.
  • Constructor Details

    • SharingDetail

      public SharingDetail()
  • 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