Package com.microsoft.graph.models
Class AppManagementPolicy
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DirectoryObject
com.microsoft.graph.models.PolicyBase
com.microsoft.graph.models.AppManagementPolicy
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class AppManagementPolicy
extends PolicyBase
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AppManagementPolicycreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the appliesTo property value.The deserialization information for the current modelGets the isEnabled property value.Gets the restrictions property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetAppliesTo(List<DirectoryObject> value) Sets the appliesTo property value.voidsetIsEnabled(Boolean value) Sets the isEnabled property value.voidSets the restrictions property value.Methods inherited from class com.microsoft.graph.models.PolicyBase
getDescription, getDisplayName, setDescription, setDisplayNameMethods inherited from class com.microsoft.graph.models.DirectoryObject
getDeletedDateTime, setDeletedDateTimeMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
AppManagementPolicy
public AppManagementPolicy()Instantiates a newAppManagementPolicyand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static AppManagementPolicy 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
AppManagementPolicy
-
getAppliesTo
Gets the appliesTo property value. Collection of applications and service principals to which the policy is applied.- Returns:
- a
List<DirectoryObject>
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classPolicyBase- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getIsEnabled
Gets the isEnabled property value. Denotes whether the policy is enabled.- Returns:
- a
Boolean
-
getRestrictions
Gets the restrictions property value. Restrictions that apply to an application or service principal object.- Returns:
- a
CustomAppManagementConfiguration
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classPolicyBase- Parameters:
writer- Serialization writer to use to serialize this model
-
setAppliesTo
Sets the appliesTo property value. Collection of applications and service principals to which the policy is applied.- Parameters:
value- Value to set for the appliesTo property.
-
setIsEnabled
Sets the isEnabled property value. Denotes whether the policy is enabled.- Parameters:
value- Value to set for the isEnabled property.
-
setRestrictions
Sets the restrictions property value. Restrictions that apply to an application or service principal object.- Parameters:
value- Value to set for the restrictions property.
-