Class ItemScope


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

      • SHARED

        public static final ItemScope SHARED
        Static value shared for ItemScope.
      • USER

        public static final ItemScope USER
        Static value user for ItemScope.
    • Constructor Detail

      • ItemScope

        public ItemScope()
    • Method Detail

      • fromString

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