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 Summary
FieldsModifier and TypeFieldDescriptionprotected com.microsoft.kiota.store.BackingStoreStores model information. -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newGetCachedReportPostRequestBodyand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the AdditionalData property value.com.microsoft.kiota.store.BackingStoreGets the backingStore property value.The deserialization information for the current modelGets the groupBy property value.getId()Gets the id property value.Gets the orderBy property value.Gets the search property value.Gets the select property value.getSkip()Gets the skip property value.getTop()Gets the top property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetAdditionalData(Map<String, Object> value) Sets the AdditionalData property value.voidsetBackingStore(com.microsoft.kiota.store.BackingStore value) Sets the backingStore property value.voidsetGroupBy(List<String> value) Sets the groupBy property value.voidSets the id property value.voidsetOrderBy(List<String> value) Sets the orderBy property value.voidSets the search property value.voidSets the select property value.voidSets the skip property value.voidSets the top property value.
-
Field Details
-
backingStore
@Nonnull protected com.microsoft.kiota.store.BackingStore backingStoreStores model information.
-
-
Constructor Details
-
GetCachedReportPostRequestBody
public GetCachedReportPostRequestBody()Instantiates a newGetCachedReportPostRequestBodyand 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
Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. -
getBackingStore
@Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()Gets the backingStore property value. Stores model information.- Specified by:
getBackingStorein interfacecom.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 -
getGroupBy
Gets the groupBy property value. The groupBy property -
getId
Gets the id property value. The id property- Returns:
- a
String
-
getOrderBy
Gets the orderBy property value. The orderBy property -
getSearch
Gets the search property value. The search property- Returns:
- a
String
-
getSelect
Gets the select property value. The select property -
getSkip
Gets the skip property value. The skip property- Returns:
- a
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:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Parameters:
writer- Serialization writer to use to serialize this model
-
setAdditionalData
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
Sets the groupBy property value. The groupBy property- Parameters:
value- Value to set for the groupBy property.
-
setId
Sets the id property value. The id property- Parameters:
value- Value to set for the id property.
-
setOrderBy
Sets the orderBy property value. The orderBy property- Parameters:
value- Value to set for the orderBy property.
-
setSearch
Sets the search property value. The search property- Parameters:
value- Value to set for the search property.
-
setSelect
Sets the select property value. The select property- Parameters:
value- Value to set for the select property.
-
setSkip
Sets the skip property value. The skip property- Parameters:
value- Value to set for the skip property.
-
setTop
Sets the top property value. The top property- Parameters:
value- Value to set for the top property.
-