Enum ServiceRole

    • Enum Constant Detail

      • CUSTOM_BOT

        public static final ServiceRole CUSTOM_BOT
      • SKYPE_FOR_BUSINESS_MICROSOFT_TEAMS_GATEWAY

        public static final ServiceRole 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_APPLICATION_SHARING_MCU

        public static final ServiceRole SKYPE_FOR_BUSINESS_APPLICATION_SHARING_MCU
      • SKYPE_FOR_BUSINESS_CALL_QUEUES

        public static final ServiceRole SKYPE_FOR_BUSINESS_CALL_QUEUES
      • SKYPE_FOR_BUSINESS_AUTO_ATTENDANT

        public static final ServiceRole SKYPE_FOR_BUSINESS_AUTO_ATTENDANT
      • MEDIATION_SERVER

        public static final ServiceRole MEDIATION_SERVER
      • MEDIATION_SERVER_CLOUD_CONNECTOR_EDITION

        public static final ServiceRole MEDIATION_SERVER_CLOUD_CONNECTOR_EDITION
      • EXCHANGE_UNIFIED_MESSAGING_SERVICE

        public static final ServiceRole EXCHANGE_UNIFIED_MESSAGING_SERVICE
      • MEDIA_CONTROLLER

        public static final ServiceRole MEDIA_CONTROLLER
      • CONFERENCING_ANNOUNCEMENT_SERVICE

        public static final ServiceRole CONFERENCING_ANNOUNCEMENT_SERVICE
      • CONFERENCING_ATTENDANT

        public static final ServiceRole CONFERENCING_ATTENDANT
      • AUDIO_TELECONFERENCER_CONTROLLER

        public static final ServiceRole AUDIO_TELECONFERENCER_CONTROLLER
      • SKYPE_FOR_BUSINESS_UNIFIED_COMMUNICATION_APPLICATION_PLATFORM

        public static final ServiceRole SKYPE_FOR_BUSINESS_UNIFIED_COMMUNICATION_APPLICATION_PLATFORM
      • RESPONSE_GROUP_SERVICE_ANNOUNCEMENT_SERVICE

        public static final ServiceRole RESPONSE_GROUP_SERVICE_ANNOUNCEMENT_SERVICE
      • SKYPE_TRANSLATOR

        public static final ServiceRole SKYPE_TRANSLATOR
      • SKYPE_FOR_BUSINESS_ATTENDANT

        public static final ServiceRole SKYPE_FOR_BUSINESS_ATTENDANT
      • RESPONSE_GROUP_SERVICE

        public static final ServiceRole RESPONSE_GROUP_SERVICE
      • UNKNOWN_FUTURE_VALUE

        public static final ServiceRole UNKNOWN_FUTURE_VALUE
    • Method Detail

      • values

        public static ServiceRole[] 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 (ServiceRole c : ServiceRole.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ServiceRole 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 name
        NullPointerException - if the argument is null
      • enumName

        public String enumName()
        Specified by:
        enumName in interface com.github.davidmoten.odata.client.Enum
      • enumValue

        public String enumValue()
        Specified by:
        enumValue in interface com.github.davidmoten.odata.client.Enum