Enum LeagueSyncStatus

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<LeagueSyncStatus>

    public enum LeagueSyncStatus
    extends java.lang.Enum<LeagueSyncStatus>
    implements com.google.protobuf.Internal.EnumLite
    Protobuf enum streamlayer.sports.LeagueSyncStatus
    • Enum Constant Detail

      • LEAGUE_SYNC_STATUS_UNSET

        public static final LeagueSyncStatus LEAGUE_SYNC_STATUS_UNSET
        LEAGUE_SYNC_STATUS_UNSET = 0;
      • LEAGUE_SYNC_STATUS_SCHEDULED

        public static final LeagueSyncStatus LEAGUE_SYNC_STATUS_SCHEDULED
        LEAGUE_SYNC_STATUS_SCHEDULED = 1;
      • LEAGUE_SYNC_STATUS_IN_PROGRESS

        public static final LeagueSyncStatus LEAGUE_SYNC_STATUS_IN_PROGRESS
        LEAGUE_SYNC_STATUS_IN_PROGRESS = 2;
      • LEAGUE_SYNC_STATUS_SYNCED

        public static final LeagueSyncStatus LEAGUE_SYNC_STATUS_SYNCED
        LEAGUE_SYNC_STATUS_SYNCED = 3;
      • LEAGUE_SYNC_STATUS_ERROR

        public static final LeagueSyncStatus LEAGUE_SYNC_STATUS_ERROR
        LEAGUE_SYNC_STATUS_ERROR = 4;
    • Field Detail

      • LEAGUE_SYNC_STATUS_UNSET_VALUE

        public static final int LEAGUE_SYNC_STATUS_UNSET_VALUE
        LEAGUE_SYNC_STATUS_UNSET = 0;
        See Also:
        Constant Field Values
      • LEAGUE_SYNC_STATUS_SCHEDULED_VALUE

        public static final int LEAGUE_SYNC_STATUS_SCHEDULED_VALUE
        LEAGUE_SYNC_STATUS_SCHEDULED = 1;
        See Also:
        Constant Field Values
      • LEAGUE_SYNC_STATUS_IN_PROGRESS_VALUE

        public static final int LEAGUE_SYNC_STATUS_IN_PROGRESS_VALUE
        LEAGUE_SYNC_STATUS_IN_PROGRESS = 2;
        See Also:
        Constant Field Values
      • LEAGUE_SYNC_STATUS_SYNCED_VALUE

        public static final int LEAGUE_SYNC_STATUS_SYNCED_VALUE
        LEAGUE_SYNC_STATUS_SYNCED = 3;
        See Also:
        Constant Field Values
      • LEAGUE_SYNC_STATUS_ERROR_VALUE

        public static final int LEAGUE_SYNC_STATUS_ERROR_VALUE
        LEAGUE_SYNC_STATUS_ERROR = 4;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static LeagueSyncStatus[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (LeagueSyncStatus c : LeagueSyncStatus.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static LeagueSyncStatus valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
      • valueOf

        @Deprecated
        public static LeagueSyncStatus valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<LeagueSyncStatus> internalGetValueMap()
      • internalGetVerifier

        public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()