Class TargetedManagedAppConfiguration

All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class TargetedManagedAppConfiguration extends ManagedAppConfiguration implements com.microsoft.kiota.serialization.Parsable
Configuration used to deliver a set of custom settings as-is to all users in the targeted security group
  • Constructor Details

    • TargetedManagedAppConfiguration

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

    • createFromDiscriminatorValue

      @Nonnull public static TargetedManagedAppConfiguration 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 TargetedManagedAppConfiguration
    • getApps

      @Nullable public List<ManagedMobileApp> getApps()
      Gets the apps property value. List of apps to which the policy is deployed.
      Returns:
      a List<ManagedMobileApp>
    • getAssignments

      @Nullable public List<TargetedManagedAppPolicyAssignment> getAssignments()
      Gets the assignments property value. Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
      Returns:
      a List<TargetedManagedAppPolicyAssignment>
    • getDeployedAppCount

      @Nullable public Integer getDeployedAppCount()
      Gets the deployedAppCount property value. Count of apps to which the current policy is deployed.
      Returns:
      a Integer
    • getDeploymentSummary

      @Nullable public ManagedAppPolicyDeploymentSummary getDeploymentSummary()
      Gets the deploymentSummary property value. Navigation property to deployment summary of the configuration.
      Returns:
      a ManagedAppPolicyDeploymentSummary
    • 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
      Overrides:
      getFieldDeserializers in class ManagedAppConfiguration
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getIsAssigned

      @Nullable public Boolean getIsAssigned()
      Gets the isAssigned property value. Indicates if the policy is deployed to any inclusion groups or not.
      Returns:
      a Boolean
    • 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
      Overrides:
      serialize in class ManagedAppConfiguration
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setApps

      public void setApps(@Nullable List<ManagedMobileApp> value)
      Sets the apps property value. List of apps to which the policy is deployed.
      Parameters:
      value - Value to set for the apps property.
    • setAssignments

      public void setAssignments(@Nullable List<TargetedManagedAppPolicyAssignment> value)
      Sets the assignments property value. Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
      Parameters:
      value - Value to set for the assignments property.
    • setDeployedAppCount

      public void setDeployedAppCount(@Nullable Integer value)
      Sets the deployedAppCount property value. Count of apps to which the current policy is deployed.
      Parameters:
      value - Value to set for the deployedAppCount property.
    • setDeploymentSummary

      public void setDeploymentSummary(@Nullable ManagedAppPolicyDeploymentSummary value)
      Sets the deploymentSummary property value. Navigation property to deployment summary of the configuration.
      Parameters:
      value - Value to set for the deploymentSummary property.
    • setIsAssigned

      public void setIsAssigned(@Nullable Boolean value)
      Sets the isAssigned property value. Indicates if the policy is deployed to any inclusion groups or not.
      Parameters:
      value - Value to set for the isAssigned property.