Class GetCachedReportPostRequestBody

java.lang.Object
com.microsoft.graph.devicemanagement.reports.getcachedreport.GetCachedReportPostRequestBody
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class GetCachedReportPostRequestBody 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

    • GetCachedReportPostRequestBody

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

    • createFromDiscriminatorValue

      @Nonnull public static GetCachedReportPostRequestBody 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 GetCachedReportPostRequestBody
    • 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
    • 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>>
    • getGroupBy

      @Nullable public List<String> getGroupBy()
      Gets the groupBy property value. The groupBy property
      Returns:
      a List<String>
    • getId

      @Nullable public String getId()
      Gets the id property value. The id property
      Returns:
      a String
    • getOrderBy

      @Nullable public List<String> getOrderBy()
      Gets the orderBy property value. The orderBy property
      Returns:
      a List<String>
    • getSearch

      @Nullable public String getSearch()
      Gets the search property value. The search property
      Returns:
      a String
    • getSelect

      @Nullable public List<String> getSelect()
      Gets the select property value. The select property
      Returns:
      a List<String>
    • getSkip

      @Nullable public Integer getSkip()
      Gets the skip property value. The skip property
      Returns:
      a Integer
    • getTop

      @Nullable public Integer getTop()
      Gets the top property value. The top property
      Returns:
      a Integer
    • 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.
    • setGroupBy

      public void setGroupBy(@Nullable List<String> value)
      Sets the groupBy property value. The groupBy property
      Parameters:
      value - Value to set for the groupBy property.
    • setId

      public void setId(@Nullable String value)
      Sets the id property value. The id property
      Parameters:
      value - Value to set for the id property.
    • setOrderBy

      public void setOrderBy(@Nullable List<String> value)
      Sets the orderBy property value. The orderBy property
      Parameters:
      value - Value to set for the orderBy property.
    • setSearch

      public void setSearch(@Nullable String value)
      Sets the search property value. The search property
      Parameters:
      value - Value to set for the search property.
    • setSelect

      public void setSelect(@Nullable List<String> value)
      Sets the select property value. The select property
      Parameters:
      value - Value to set for the select property.
    • setSkip

      public void setSkip(@Nullable Integer value)
      Sets the skip property value. The skip property
      Parameters:
      value - Value to set for the skip property.
    • setTop

      public void setTop(@Nullable Integer value)
      Sets the top property value. The top property
      Parameters:
      value - Value to set for the top property.