Package com.sforce.soap.metadata
Enum Class SchedulingParameterKey
- All Implemented Interfaces:
Serializable,Comparable<SchedulingParameterKey>,java.lang.constant.Constable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnumeration : AreCrewResourcesAvailableEnumeration : BooleanOperatorEnumeration : BreakDurationEnumeration : BreakStartEnumeration : CEnumeration : CanPassEmptyValuesEnumeration : ConsiderAbsenceEnumeration : ConsiderSTMEnumeration : CountObjectEnumeration : CountTimeResolutionEnumeration : CountTypeEnumeration : CustomFieldNameEnumeration : DefaultLimitEnumeration : EnhancedMatchLinkingObjectEnumeration : IsFixedGapEnumeration : IsOvertimeEnabledEnumeration : IsPrimaryLocationEnabledEnumeration : IsSkillLevelMatchedEnumeration : IsTimeBoundEnumeration : LEnumeration : MatchingSkillsOperatorEnumeration : MaximumExtraResourcesForCrewsEnumeration : MaximumTravelFromHomeEnumeration : MaximumTravelFromHomeTypeEnumeration : MinimumGapEnumeration : REnumeration : ResourcePropertyEnumeration : ServiceAppointmentMatchingFieldEnumeration : ServiceLinkingObjectReferenceFieldEnumeration : ServicePropertyEnumeration : ServiceScheduleTimePropertyEnumeration : ServiceTimeOperatorEnumeration : ServiceTimePropertyEnumeration : SkillTypeEnumeration : TEnumeration : TravelFromHomeEnumeration : TravelToHomeEnumeration : ValueIsTrueEnumeration : WEnumeration : WorkRuleEndDateTimeFieldEnumeration : WorkRuleStartDateTimeField -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiontoString()static SchedulingParameterKeyReturns the enum constant of this class with the specified name.static SchedulingParameterKey[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
L
Enumeration : L -
R
Enumeration : R -
W
Enumeration : W -
T
Enumeration : T -
C
Enumeration : C -
ConsiderAbsence
Enumeration : ConsiderAbsence -
ConsiderSTM
Enumeration : ConsiderSTM -
CountTimeResolution
Enumeration : CountTimeResolution -
CountType
Enumeration : CountType -
CountObject
Enumeration : CountObject -
CustomFieldName
Enumeration : CustomFieldName -
DefaultLimit
Enumeration : DefaultLimit -
ResourceProperty
Enumeration : ResourceProperty -
ServiceAppointmentMatchingField
Enumeration : ServiceAppointmentMatchingField -
EnhancedMatchLinkingObject
Enumeration : EnhancedMatchLinkingObject -
ServiceLinkingObjectReferenceField
Enumeration : ServiceLinkingObjectReferenceField -
IsTimeBound
Enumeration : IsTimeBound -
WorkRuleStartDateTimeField
Enumeration : WorkRuleStartDateTimeField -
WorkRuleEndDateTimeField
Enumeration : WorkRuleEndDateTimeField -
ValueIsTrue
Enumeration : ValueIsTrue -
ServiceProperty
Enumeration : ServiceProperty -
BooleanOperator
Enumeration : BooleanOperator -
IsSkillLevelMatched
Enumeration : IsSkillLevelMatched -
SkillType
Enumeration : SkillType -
MatchingSkillsOperator
Enumeration : MatchingSkillsOperator -
ServiceScheduleTimeProperty
Enumeration : ServiceScheduleTimeProperty -
ServiceTimeOperator
Enumeration : ServiceTimeOperator -
ServiceTimeProperty
Enumeration : ServiceTimeProperty -
CanPassEmptyValues
Enumeration : CanPassEmptyValues -
MaximumTravelFromHomeType
Enumeration : MaximumTravelFromHomeType -
MaximumTravelFromHome
Enumeration : MaximumTravelFromHome -
AreCrewResourcesAvailable
Enumeration : AreCrewResourcesAvailable -
IsFixedGap
Enumeration : IsFixedGap -
MinimumGap
Enumeration : MinimumGap -
BreakStart
Enumeration : BreakStart -
BreakDuration
Enumeration : BreakDuration -
IsOvertimeEnabled
Enumeration : IsOvertimeEnabled -
TravelFromHome
Enumeration : TravelFromHome -
TravelToHome
Enumeration : TravelToHome -
IsPrimaryLocationEnabled
Enumeration : IsPrimaryLocationEnabled -
MaximumExtraResourcesForCrews
Enumeration : MaximumExtraResourcesForCrews
-
-
Field Details
-
valuesToEnums
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<SchedulingParameterKey>
-