Class SubjectRightsRequestDetail

java.lang.Object
com.microsoft.graph.models.SubjectRightsRequestDetail
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class SubjectRightsRequestDetail extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
  • Field Details

    • backingStore

      @Nonnull protected com.microsoft.kiota.store.BackingStore backingStore
      Stores model information.
  • Constructor Details

    • SubjectRightsRequestDetail

      public SubjectRightsRequestDetail()
      Instantiates a new SubjectRightsRequestDetail and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static SubjectRightsRequestDetail createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a SubjectRightsRequestDetail
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getBackingStore

      @Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()
      Gets the backingStore property value. Stores model information.
      Specified by:
      getBackingStore in interface com.microsoft.kiota.store.BackedModel
      Returns:
      a BackingStore
    • getExcludedItemCount

      @Nullable public Long getExcludedItemCount()
      Gets the excludedItemCount property value. Count of items that are excluded from the request.
      Returns:
      a Long
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getInsightCounts

      @Nullable public List<KeyValuePair> getInsightCounts()
      Gets the insightCounts property value. Count of items per insight.
      Returns:
      a List<KeyValuePair>
    • getItemCount

      @Nullable public Long getItemCount()
      Gets the itemCount property value. Count of items found.
      Returns:
      a Long
    • getItemNeedReview

      @Nullable public Long getItemNeedReview()
      Gets the itemNeedReview property value. Count of item that need review.
      Returns:
      a Long
    • getOdataType

      @Nullable public String getOdataType()
      Gets the @odata.type property value. The OdataType property
      Returns:
      a String
    • getProductItemCounts

      @Nullable public List<KeyValuePair> getProductItemCounts()
      Gets the productItemCounts property value. Count of items per product, such as Exchange, SharePoint, OneDrive, and Teams.
      Returns:
      a List<KeyValuePair>
    • getSignedOffItemCount

      @Nullable public Long getSignedOffItemCount()
      Gets the signedOffItemCount property value. Count of items signed off by the administrator.
      Returns:
      a Long
    • getTotalItemSize

      @Nullable public Long getTotalItemSize()
      Gets the totalItemSize property value. Total item size in bytes.
      Returns:
      a Long
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setBackingStore

      public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value)
      Sets the backingStore property value. Stores model information.
      Parameters:
      value - Value to set for the backingStore property.
    • setExcludedItemCount

      public void setExcludedItemCount(@Nullable Long value)
      Sets the excludedItemCount property value. Count of items that are excluded from the request.
      Parameters:
      value - Value to set for the excludedItemCount property.
    • setInsightCounts

      public void setInsightCounts(@Nullable List<KeyValuePair> value)
      Sets the insightCounts property value. Count of items per insight.
      Parameters:
      value - Value to set for the insightCounts property.
    • setItemCount

      public void setItemCount(@Nullable Long value)
      Sets the itemCount property value. Count of items found.
      Parameters:
      value - Value to set for the itemCount property.
    • setItemNeedReview

      public void setItemNeedReview(@Nullable Long value)
      Sets the itemNeedReview property value. Count of item that need review.
      Parameters:
      value - Value to set for the itemNeedReview property.
    • setOdataType

      public void setOdataType(@Nullable String value)
      Sets the @odata.type property value. The OdataType property
      Parameters:
      value - Value to set for the @odata.type property.
    • setProductItemCounts

      public void setProductItemCounts(@Nullable List<KeyValuePair> value)
      Sets the productItemCounts property value. Count of items per product, such as Exchange, SharePoint, OneDrive, and Teams.
      Parameters:
      value - Value to set for the productItemCounts property.
    • setSignedOffItemCount

      public void setSignedOffItemCount(@Nullable Long value)
      Sets the signedOffItemCount property value. Count of items signed off by the administrator.
      Parameters:
      value - Value to set for the signedOffItemCount property.
    • setTotalItemSize

      public void setTotalItemSize(@Nullable Long value)
      Sets the totalItemSize property value. Total item size in bytes.
      Parameters:
      value - Value to set for the totalItemSize property.