Class UsersTodoListsExpand
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<UsersTodoListsExpand>
-
- com.azure.resourcemanager.authorization.fluent.models.UsersTodoListsExpand
-
public final class UsersTodoListsExpand extends com.azure.core.util.ExpandableStringEnum<UsersTodoListsExpand>
Defines values for UsersTodoListsExpand.
-
-
Field Summary
Fields Modifier and Type Field Description static UsersTodoListsExpandASTERISKStatic value * for UsersTodoListsExpand.static UsersTodoListsExpandEXTENSIONSStatic value extensions for UsersTodoListsExpand.static UsersTodoListsExpandLINKED_RESOURCESStatic value linkedResources for UsersTodoListsExpand.
-
Constructor Summary
Constructors Constructor Description UsersTodoListsExpand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UsersTodoListsExpandfromString(String name)Creates or finds a UsersTodoListsExpand from its string representation.static Collection<UsersTodoListsExpand>values()
-
-
-
Field Detail
-
ASTERISK
public static final UsersTodoListsExpand ASTERISK
Static value * for UsersTodoListsExpand.
-
EXTENSIONS
public static final UsersTodoListsExpand EXTENSIONS
Static value extensions for UsersTodoListsExpand.
-
LINKED_RESOURCES
public static final UsersTodoListsExpand LINKED_RESOURCES
Static value linkedResources for UsersTodoListsExpand.
-
-
Method Detail
-
fromString
public static UsersTodoListsExpand fromString(String name)
Creates or finds a UsersTodoListsExpand from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding UsersTodoListsExpand.
-
values
public static Collection<UsersTodoListsExpand> values()
- Returns:
- known UsersTodoListsExpand values.
-
-