Class UsersExpand


  • public final class UsersExpand
    extends com.azure.core.util.ExpandableStringEnum<UsersExpand>
    Defines values for UsersExpand.
    • Field Detail

      • ASTERISK

        public static final UsersExpand ASTERISK
        Static value * for UsersExpand.
      • MASTER_CATEGORIES

        public static final UsersExpand MASTER_CATEGORIES
        Static value masterCategories for UsersExpand.
    • Constructor Detail

      • UsersExpand

        public UsersExpand()
    • Method Detail

      • fromString

        public static UsersExpand fromString​(String name)
        Creates or finds a UsersExpand from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding UsersExpand.