Enum MeetMeConferencingExpiredConferenceHoldPeriodDays
- java.lang.Object
-
- java.lang.Enum<MeetMeConferencingExpiredConferenceHoldPeriodDays>
-
- co.ecg.alpaca.toolkit.generated.enums.MeetMeConferencingExpiredConferenceHoldPeriodDays
-
- All Implemented Interfaces:
Serializable
,Comparable<MeetMeConferencingExpiredConferenceHoldPeriodDays>
public enum MeetMeConferencingExpiredConferenceHoldPeriodDays extends Enum<MeetMeConferencingExpiredConferenceHoldPeriodDays>
Hold period for expired conferences, in days.- Author:
- AlpacaGenerator
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MeetMeConferencingExpiredConferenceHoldPeriodDays
get(String value)
static MeetMeConferencingExpiredConferenceHoldPeriodDays[]
getArray(String[] values)
String
toString()
String
value()
static MeetMeConferencingExpiredConferenceHoldPeriodDays
valueOf(String name)
Returns the enum constant of this type with the specified name.static MeetMeConferencingExpiredConferenceHoldPeriodDays[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
S1
public static final MeetMeConferencingExpiredConferenceHoldPeriodDays S1
-
S2
public static final MeetMeConferencingExpiredConferenceHoldPeriodDays S2
-
S3
public static final MeetMeConferencingExpiredConferenceHoldPeriodDays S3
-
S4
public static final MeetMeConferencingExpiredConferenceHoldPeriodDays S4
-
S5
public static final MeetMeConferencingExpiredConferenceHoldPeriodDays S5
-
S6
public static final MeetMeConferencingExpiredConferenceHoldPeriodDays S6
-
S7
public static final MeetMeConferencingExpiredConferenceHoldPeriodDays S7
-
S15
public static final MeetMeConferencingExpiredConferenceHoldPeriodDays S15
-
S30
public static final MeetMeConferencingExpiredConferenceHoldPeriodDays S30
-
S60
public static final MeetMeConferencingExpiredConferenceHoldPeriodDays S60
-
-
Method Detail
-
values
public static MeetMeConferencingExpiredConferenceHoldPeriodDays[] 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 (MeetMeConferencingExpiredConferenceHoldPeriodDays c : MeetMeConferencingExpiredConferenceHoldPeriodDays.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MeetMeConferencingExpiredConferenceHoldPeriodDays valueOf(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:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public String value()
-
toString
public String toString()
- Overrides:
toString
in classEnum<MeetMeConferencingExpiredConferenceHoldPeriodDays>
-
get
public static MeetMeConferencingExpiredConferenceHoldPeriodDays get(String value)
-
getArray
public static MeetMeConferencingExpiredConferenceHoldPeriodDays[] getArray(String[] values)
-
-