Class MicrosoftGraphAttendeeType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphAttendeeType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAttendeeType

public final class MicrosoftGraphAttendeeType extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphAttendeeType>
attendeeType.
  • Field Details

  • Constructor Details

    • MicrosoftGraphAttendeeType

      @Deprecated public MicrosoftGraphAttendeeType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of MicrosoftGraphAttendeeType value.
  • Method Details

    • fromString

      public static MicrosoftGraphAttendeeType fromString(String name)
      Creates or finds a MicrosoftGraphAttendeeType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding MicrosoftGraphAttendeeType.
    • values

      public static Collection<MicrosoftGraphAttendeeType> values()
      Gets known MicrosoftGraphAttendeeType values.
      Returns:
      known MicrosoftGraphAttendeeType values.