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>
Defines values for MicrosoftGraphAttachmentType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphAttachmentTypeFILEStatic value file for MicrosoftGraphAttachmentType.static MicrosoftGraphAttachmentTypeITEMStatic value item for MicrosoftGraphAttachmentType.static MicrosoftGraphAttachmentTypeREFERENCEStatic value reference for MicrosoftGraphAttachmentType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphAttachmentType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphAttachmentTypefromString(String name)Creates or finds a MicrosoftGraphAttachmentType from its string representation.static Collection<MicrosoftGraphAttachmentType>values()
-
-
-
Field Detail
-
FILE
public static final MicrosoftGraphAttachmentType FILE
Static value file for MicrosoftGraphAttachmentType.
-
ITEM
public static final MicrosoftGraphAttachmentType ITEM
Static value item for MicrosoftGraphAttachmentType.
-
REFERENCE
public static final MicrosoftGraphAttachmentType REFERENCE
Static value reference for MicrosoftGraphAttachmentType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphAttachmentType fromString(String name)
Creates or finds a MicrosoftGraphAttachmentType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphAttachmentType.
-
values
public static Collection<MicrosoftGraphAttachmentType> values()
- Returns:
- known MicrosoftGraphAttachmentType values.
-
-