Class ManagedDeviceMobileAppConfiguration

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ManagedDeviceMobileAppConfiguration
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel
Direct Known Subclasses:
IosMobileAppConfiguration

@Generated("com.microsoft.kiota") public class ManagedDeviceMobileAppConfiguration extends Entity implements com.microsoft.kiota.serialization.Parsable
An abstract class for Mobile app configuration for enrolled devices.
  • Constructor Details

  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static ManagedDeviceMobileAppConfiguration 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 ManagedDeviceMobileAppConfiguration
    • getAssignments

      @Nullable public List<ManagedDeviceMobileAppConfigurationAssignment> getAssignments()
      Gets the assignments property value. The list of group assignemenets for app configration.
      Returns:
      a List<ManagedDeviceMobileAppConfigurationAssignment>
    • getCreatedDateTime

      @Nullable public OffsetDateTime getCreatedDateTime()
      Gets the createdDateTime property value. DateTime the object was created.
      Returns:
      a OffsetDateTime
    • getDescription

      @Nullable public String getDescription()
      Gets the description property value. Admin provided description of the Device Configuration.
      Returns:
      a String
    • getDeviceStatuses

      @Nullable public List<ManagedDeviceMobileAppConfigurationDeviceStatus> getDeviceStatuses()
      Gets the deviceStatuses property value. List of ManagedDeviceMobileAppConfigurationDeviceStatus.
      Returns:
      a List<ManagedDeviceMobileAppConfigurationDeviceStatus>
    • getDeviceStatusSummary

      @Nullable public ManagedDeviceMobileAppConfigurationDeviceSummary getDeviceStatusSummary()
      Gets the deviceStatusSummary property value. App configuration device status summary.
      Returns:
      a ManagedDeviceMobileAppConfigurationDeviceSummary
    • getDisplayName

      @Nullable public String getDisplayName()
      Gets the displayName property value. Admin provided name of the device configuration.
      Returns:
      a String
    • 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 Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLastModifiedDateTime

      @Nullable public OffsetDateTime getLastModifiedDateTime()
      Gets the lastModifiedDateTime property value. DateTime the object was last modified.
      Returns:
      a OffsetDateTime
    • getTargetedMobileApps

      @Nullable public List<String> getTargetedMobileApps()
      Gets the targetedMobileApps property value. the associated app.
      Returns:
      a List<String>
    • getUserStatuses

      @Nullable public List<ManagedDeviceMobileAppConfigurationUserStatus> getUserStatuses()
      Gets the userStatuses property value. List of ManagedDeviceMobileAppConfigurationUserStatus.
      Returns:
      a List<ManagedDeviceMobileAppConfigurationUserStatus>
    • getUserStatusSummary

      @Nullable public ManagedDeviceMobileAppConfigurationUserSummary getUserStatusSummary()
      Gets the userStatusSummary property value. App configuration user status summary.
      Returns:
      a ManagedDeviceMobileAppConfigurationUserSummary
    • getVersion

      @Nullable public Integer getVersion()
      Gets the version property value. Version of the device configuration.
      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
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAssignments

      public void setAssignments(@Nullable List<ManagedDeviceMobileAppConfigurationAssignment> value)
      Sets the assignments property value. The list of group assignemenets for app configration.
      Parameters:
      value - Value to set for the assignments property.
    • setCreatedDateTime

      public void setCreatedDateTime(@Nullable OffsetDateTime value)
      Sets the createdDateTime property value. DateTime the object was created.
      Parameters:
      value - Value to set for the createdDateTime property.
    • setDescription

      public void setDescription(@Nullable String value)
      Sets the description property value. Admin provided description of the Device Configuration.
      Parameters:
      value - Value to set for the description property.
    • setDeviceStatuses

      public void setDeviceStatuses(@Nullable List<ManagedDeviceMobileAppConfigurationDeviceStatus> value)
      Sets the deviceStatuses property value. List of ManagedDeviceMobileAppConfigurationDeviceStatus.
      Parameters:
      value - Value to set for the deviceStatuses property.
    • setDeviceStatusSummary

      public void setDeviceStatusSummary(@Nullable ManagedDeviceMobileAppConfigurationDeviceSummary value)
      Sets the deviceStatusSummary property value. App configuration device status summary.
      Parameters:
      value - Value to set for the deviceStatusSummary property.
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. Admin provided name of the device configuration.
      Parameters:
      value - Value to set for the displayName property.
    • setLastModifiedDateTime

      public void setLastModifiedDateTime(@Nullable OffsetDateTime value)
      Sets the lastModifiedDateTime property value. DateTime the object was last modified.
      Parameters:
      value - Value to set for the lastModifiedDateTime property.
    • setTargetedMobileApps

      public void setTargetedMobileApps(@Nullable List<String> value)
      Sets the targetedMobileApps property value. the associated app.
      Parameters:
      value - Value to set for the targetedMobileApps property.
    • setUserStatuses

      public void setUserStatuses(@Nullable List<ManagedDeviceMobileAppConfigurationUserStatus> value)
      Sets the userStatuses property value. List of ManagedDeviceMobileAppConfigurationUserStatus.
      Parameters:
      value - Value to set for the userStatuses property.
    • setUserStatusSummary

      public void setUserStatusSummary(@Nullable ManagedDeviceMobileAppConfigurationUserSummary value)
      Sets the userStatusSummary property value. App configuration user status summary.
      Parameters:
      value - Value to set for the userStatusSummary property.
    • setVersion

      public void setVersion(@Nullable Integer value)
      Sets the version property value. Version of the device configuration.
      Parameters:
      value - Value to set for the version property.