Class GetSettingNonComplianceReportPostRequestBody
java.lang.Object
com.microsoft.graph.devicemanagement.reports.getsettingnoncompliancereport.GetSettingNonComplianceReportPostRequestBody
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class GetSettingNonComplianceReportPostRequestBody
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 newGetSettingNonComplianceReportPostRequestBodyand 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 filter property value.Gets the groupBy property value.getName()Gets the name property value.Gets the orderBy property value.Gets the search property value.Gets the select property value.Gets the sessionId 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.voidSets the filter property value.voidsetGroupBy(List<String> value) Sets the groupBy property value.voidSets the name property value.voidsetOrderBy(List<String> value) Sets the orderBy property value.voidSets the search property value.voidSets the select property value.voidsetSessionId(String value) Sets the sessionId 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
-
GetSettingNonComplianceReportPostRequestBody
public GetSettingNonComplianceReportPostRequestBody()Instantiates a newGetSettingNonComplianceReportPostRequestBodyand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static GetSettingNonComplianceReportPostRequestBody 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
GetSettingNonComplianceReportPostRequestBody
-
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 -
getFilter
Gets the filter property value. The filter property- Returns:
- a
String
-
getGroupBy
Gets the groupBy property value. The groupBy property -
getName
Gets the name property value. The name 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 -
getSessionId
Gets the sessionId property value. The sessionId property- Returns:
- a
String
-
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.
-
setFilter
Sets the filter property value. The filter property- Parameters:
value- Value to set for the filter property.
-
setGroupBy
Sets the groupBy property value. The groupBy property- Parameters:
value- Value to set for the groupBy property.
-
setName
Sets the name property value. The name property- Parameters:
value- Value to set for the name 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.
-
setSessionId
Sets the sessionId property value. The sessionId property- Parameters:
value- Value to set for the sessionId 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.
-