Class MicrosoftGraphAttachmentType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphAttachmentType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAttachmentType
public final class MicrosoftGraphAttachmentType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphAttachmentType>
attachmentType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphAttachmentTypeStatic value file for MicrosoftGraphAttachmentType.static final MicrosoftGraphAttachmentTypeStatic value item for MicrosoftGraphAttachmentType.static final MicrosoftGraphAttachmentTypeStatic value reference for MicrosoftGraphAttachmentType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphAttachmentTypefromString(String name) Creates or finds a MicrosoftGraphAttachmentType from its string representation.values()Gets known MicrosoftGraphAttachmentType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
FILE
Static value file for MicrosoftGraphAttachmentType. -
ITEM
Static value item for MicrosoftGraphAttachmentType. -
REFERENCE
Static value reference for MicrosoftGraphAttachmentType.
-
-
Constructor Details
-
MicrosoftGraphAttachmentType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphAttachmentType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphAttachmentType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphAttachmentType.
-
values
Gets known MicrosoftGraphAttachmentType values.- Returns:
- known MicrosoftGraphAttachmentType values.
-
fromString(String)factory method.