Enum Class TargetedManagedAppGroupType

java.lang.Object
java.lang.Enum<TargetedManagedAppGroupType>
com.microsoft.graph.models.TargetedManagedAppGroupType
All Implemented Interfaces:
com.microsoft.kiota.serialization.ValuedEnum, Serializable, Comparable<TargetedManagedAppGroupType>, Constable

@Generated("com.microsoft.kiota") public enum TargetedManagedAppGroupType extends Enum<TargetedManagedAppGroupType> implements com.microsoft.kiota.serialization.ValuedEnum
Indicates a collection of apps to target which can be one of several pre-defined lists of apps or a manually selected list of apps
  • Enum Constant Details

    • SelectedPublicApps

      public static final TargetedManagedAppGroupType SelectedPublicApps
      Target the collection of apps manually selected by the admin.
    • AllCoreMicrosoftApps

      public static final TargetedManagedAppGroupType AllCoreMicrosoftApps
      Target the core set of Microsoft apps (Office, Edge, etc).
    • AllMicrosoftApps

      public static final TargetedManagedAppGroupType AllMicrosoftApps
      Target all apps with Microsoft as publisher.
    • AllApps

      public static final TargetedManagedAppGroupType AllApps
      Target all apps with an available assignment.
  • Field Details

    • value

      public final String value
  • Method Details

    • values

      public static TargetedManagedAppGroupType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TargetedManagedAppGroupType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      @Nonnull public String getValue()
      Specified by:
      getValue in interface com.microsoft.kiota.serialization.ValuedEnum
    • forValue

      @Nullable public static TargetedManagedAppGroupType forValue(@Nonnull String searchValue)