Class MicrosoftGraphChatMessageType

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

public final class MicrosoftGraphChatMessageType extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphChatMessageType>
chatMessageType.
  • Field Details

  • Constructor Details

    • MicrosoftGraphChatMessageType

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

    • fromString

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

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