Class SubjectRightsRequestDetail

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

public class SubjectRightsRequestDetail extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Subject Rights Request Detail.
  • Field Details

    • oDataType

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

      @SerializedName(value="excludedItemCount", alternate="ExcludedItemCount") @Expose @Nullable public Long excludedItemCount
      The Excluded Item Count. Count of items that are excluded from the request.
    • insightCounts

      @SerializedName(value="insightCounts", alternate="InsightCounts") @Expose @Nullable public List<KeyValuePair> insightCounts
      The Insight Counts. Count of items per insight.
    • itemCount

      @SerializedName(value="itemCount", alternate="ItemCount") @Expose @Nullable public Long itemCount
      The Item Count. Count of items found.
    • itemNeedReview

      @SerializedName(value="itemNeedReview", alternate="ItemNeedReview") @Expose @Nullable public Long itemNeedReview
      The Item Need Review. Count of item that need review.
    • productItemCounts

      @SerializedName(value="productItemCounts", alternate="ProductItemCounts") @Expose @Nullable public List<KeyValuePair> productItemCounts
      The Product Item Counts. Count of items per product, such as Exchange, SharePoint, OneDrive, and Teams.
    • signedOffItemCount

      @SerializedName(value="signedOffItemCount", alternate="SignedOffItemCount") @Expose @Nullable public Long signedOffItemCount
      The Signed Off Item Count. Count of items signed off by the administrator.
    • totalItemSize

      @SerializedName(value="totalItemSize", alternate="TotalItemSize") @Expose @Nullable public Long totalItemSize
      The Total Item Size. Total item size in bytes.
  • Constructor Details

    • SubjectRightsRequestDetail

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