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