Class SyncGroupLogType


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

      • ALL

        public static final SyncGroupLogType ALL
        Static value All for SyncGroupLogType.
      • ERROR

        public static final SyncGroupLogType ERROR
        Static value Error for SyncGroupLogType.
      • WARNING

        public static final SyncGroupLogType WARNING
        Static value Warning for SyncGroupLogType.
      • SUCCESS

        public static final SyncGroupLogType SUCCESS
        Static value Success for SyncGroupLogType.
    • Constructor Detail

      • SyncGroupLogType

        public SyncGroupLogType()
    • Method Detail

      • fromString

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