Class UsersOutlookSelect


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

      • COLOR

        public static final UsersOutlookSelect COLOR
        Static value color for UsersOutlookSelect.
      • DISPLAY_NAME

        public static final UsersOutlookSelect DISPLAY_NAME
        Static value displayName for UsersOutlookSelect.
    • Constructor Detail

      • UsersOutlookSelect

        public UsersOutlookSelect()
    • Method Detail

      • fromString

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