Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Excluded Item Count.The Insight Counts.The Item Count.The Item Need Review.the OData type of the object as returned by the serviceThe Product Item Counts.The Signed Off Item Count.The Total Item Size. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(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 -
excludedItemCount
@SerializedName(value="excludedItemCount", alternate="ExcludedItemCount") @Expose @Nullable public Long excludedItemCountThe Excluded Item Count. Count of items that are excluded from the request. -
insightCounts
@SerializedName(value="insightCounts", alternate="InsightCounts") @Expose @Nullable public List<KeyValuePair> insightCountsThe Insight Counts. Count of items per insight. -
itemCount
The Item Count. Count of items found. -
itemNeedReview
@SerializedName(value="itemNeedReview", alternate="ItemNeedReview") @Expose @Nullable public Long itemNeedReviewThe Item Need Review. Count of item that need review. -
productItemCounts
@SerializedName(value="productItemCounts", alternate="ProductItemCounts") @Expose @Nullable public List<KeyValuePair> productItemCountsThe 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 signedOffItemCountThe Signed Off Item Count. Count of items signed off by the administrator. -
totalItemSize
@SerializedName(value="totalItemSize", alternate="TotalItemSize") @Expose @Nullable public Long totalItemSizeThe 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 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-