Enum Class ServiceRole

java.lang.Object
java.lang.Enum<ServiceRole>
com.microsoft.graph.callrecords.models.ServiceRole
All Implemented Interfaces:
Serializable, Comparable<ServiceRole>, Constable

public enum ServiceRole extends Enum<ServiceRole>
The Enum Service Role.
  • Enum Constant Details

    • UNKNOWN

      public static final ServiceRole UNKNOWN
      unknown
    • CUSTOM_BOT

      public static final ServiceRole CUSTOM_BOT
      custom Bot
    • SKYPE_FOR_BUSINESS_MICROSOFT_TEAMS_GATEWAY

      public static final ServiceRole SKYPE_FOR_BUSINESS_MICROSOFT_TEAMS_GATEWAY
      skype For Business Microsoft Teams Gateway
    • SKYPE_FOR_BUSINESS_AUDIO_VIDEO_MCU

      public static final ServiceRole SKYPE_FOR_BUSINESS_AUDIO_VIDEO_MCU
      skype For Business Audio Video Mcu
    • SKYPE_FOR_BUSINESS_APPLICATION_SHARING_MCU

      public static final ServiceRole SKYPE_FOR_BUSINESS_APPLICATION_SHARING_MCU
      skype For Business Application Sharing Mcu
    • SKYPE_FOR_BUSINESS_CALL_QUEUES

      public static final ServiceRole SKYPE_FOR_BUSINESS_CALL_QUEUES
      skype For Business Call Queues
    • SKYPE_FOR_BUSINESS_AUTO_ATTENDANT

      public static final ServiceRole SKYPE_FOR_BUSINESS_AUTO_ATTENDANT
      skype For Business Auto Attendant
    • MEDIATION_SERVER

      public static final ServiceRole MEDIATION_SERVER
      mediation Server
    • MEDIATION_SERVER_CLOUD_CONNECTOR_EDITION

      public static final ServiceRole MEDIATION_SERVER_CLOUD_CONNECTOR_EDITION
      mediation Server Cloud Connector Edition
    • EXCHANGE_UNIFIED_MESSAGING_SERVICE

      public static final ServiceRole EXCHANGE_UNIFIED_MESSAGING_SERVICE
      exchange Unified Messaging Service
    • MEDIA_CONTROLLER

      public static final ServiceRole MEDIA_CONTROLLER
      media Controller
    • CONFERENCING_ANNOUNCEMENT_SERVICE

      public static final ServiceRole CONFERENCING_ANNOUNCEMENT_SERVICE
      conferencing Announcement Service
    • CONFERENCING_ATTENDANT

      public static final ServiceRole CONFERENCING_ATTENDANT
      conferencing Attendant
    • AUDIO_TELECONFERENCER_CONTROLLER

      public static final ServiceRole AUDIO_TELECONFERENCER_CONTROLLER
      audio Teleconferencer Controller
    • SKYPE_FOR_BUSINESS_UNIFIED_COMMUNICATION_APPLICATION_PLATFORM

      public static final ServiceRole SKYPE_FOR_BUSINESS_UNIFIED_COMMUNICATION_APPLICATION_PLATFORM
      skype For Business Unified Communication Application Platform
    • RESPONSE_GROUP_SERVICE_ANNOUNCEMENT_SERVICE

      public static final ServiceRole RESPONSE_GROUP_SERVICE_ANNOUNCEMENT_SERVICE
      response Group Service Announcement Service
    • GATEWAY

      public static final ServiceRole GATEWAY
      gateway
    • SKYPE_TRANSLATOR

      public static final ServiceRole SKYPE_TRANSLATOR
      skype Translator
    • SKYPE_FOR_BUSINESS_ATTENDANT

      public static final ServiceRole SKYPE_FOR_BUSINESS_ATTENDANT
      skype For Business Attendant
    • RESPONSE_GROUP_SERVICE

      public static final ServiceRole RESPONSE_GROUP_SERVICE
      response Group Service
    • VOICEMAIL

      public static final ServiceRole VOICEMAIL
      voicemail
    • UNKNOWN_FUTURE_VALUE

      public static final ServiceRole UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

      public static final ServiceRole UNEXPECTED_VALUE
      For ServiceRole values that were not expected from the service
  • Method Details

    • values

      public static ServiceRole[] 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

      public static ServiceRole valueOf(String name)
      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 name
      NullPointerException - if the argument is null