Class MicrosoftGraphSelectionLikelihoodInfo
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphSelectionLikelihoodInfo>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSelectionLikelihoodInfo
public final class MicrosoftGraphSelectionLikelihoodInfo
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphSelectionLikelihoodInfo>
selectionLikelihoodInfo.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphSelectionLikelihoodInfoStatic value high for MicrosoftGraphSelectionLikelihoodInfo.static final MicrosoftGraphSelectionLikelihoodInfoStatic value notSpecified for MicrosoftGraphSelectionLikelihoodInfo. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphSelectionLikelihoodInfo from its string representation.values()Gets known MicrosoftGraphSelectionLikelihoodInfo values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NOT_SPECIFIED
Static value notSpecified for MicrosoftGraphSelectionLikelihoodInfo. -
HIGH
Static value high for MicrosoftGraphSelectionLikelihoodInfo.
-
-
Constructor Details
-
MicrosoftGraphSelectionLikelihoodInfo
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphSelectionLikelihoodInfo value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphSelectionLikelihoodInfo from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphSelectionLikelihoodInfo.
-
values
Gets known MicrosoftGraphSelectionLikelihoodInfo values.- Returns:
- known MicrosoftGraphSelectionLikelihoodInfo values.
-
fromString(String)factory method.