Enum Class ServiceRole
- All Implemented Interfaces:
Serializable,Comparable<ServiceRole>,Constable
The Enum Service Role.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionaudio Teleconferencer Controllerconferencing Announcement Serviceconferencing Attendantcustom Botexchange Unified Messaging Servicegatewaymedia Controllermediation Servermediation Server Cloud Connector Editionresponse Group Serviceresponse Group Service Announcement Serviceskype For Business Application Sharing Mcuskype For Business Attendantskype For Business Audio Video Mcuskype For Business Auto Attendantskype For Business Call Queuesskype For Business Microsoft Teams Gatewayskype For Business Unified Communication Application Platformskype TranslatorFor ServiceRole values that were not expected from the serviceunknownunknown Future Valuevoicemail -
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceRoleReturns the enum constant of this class with the specified name.static ServiceRole[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
unknown -
CUSTOM_BOT
custom Bot -
SKYPE_FOR_BUSINESS_MICROSOFT_TEAMS_GATEWAY
skype For Business Microsoft Teams Gateway -
SKYPE_FOR_BUSINESS_AUDIO_VIDEO_MCU
skype For Business Audio Video Mcu -
SKYPE_FOR_BUSINESS_APPLICATION_SHARING_MCU
skype For Business Application Sharing Mcu -
SKYPE_FOR_BUSINESS_CALL_QUEUES
skype For Business Call Queues -
SKYPE_FOR_BUSINESS_AUTO_ATTENDANT
skype For Business Auto Attendant -
MEDIATION_SERVER
mediation Server -
MEDIATION_SERVER_CLOUD_CONNECTOR_EDITION
mediation Server Cloud Connector Edition -
EXCHANGE_UNIFIED_MESSAGING_SERVICE
exchange Unified Messaging Service -
MEDIA_CONTROLLER
media Controller -
CONFERENCING_ANNOUNCEMENT_SERVICE
conferencing Announcement Service -
CONFERENCING_ATTENDANT
conferencing Attendant -
AUDIO_TELECONFERENCER_CONTROLLER
audio Teleconferencer Controller -
SKYPE_FOR_BUSINESS_UNIFIED_COMMUNICATION_APPLICATION_PLATFORM
skype For Business Unified Communication Application Platform -
RESPONSE_GROUP_SERVICE_ANNOUNCEMENT_SERVICE
response Group Service Announcement Service -
GATEWAY
gateway -
SKYPE_TRANSLATOR
skype Translator -
SKYPE_FOR_BUSINESS_ATTENDANT
skype For Business Attendant -
RESPONSE_GROUP_SERVICE
response Group Service -
VOICEMAIL
voicemail -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For ServiceRole values that were not expected from the service
-
-
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
-