public enum ServiceRole extends Enum<ServiceRole> implements com.github.davidmoten.odata.client.Enum
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static ServiceRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceRole UNKNOWN
public static final ServiceRole CUSTOM_BOT
public static final ServiceRole SKYPE_FOR_BUSINESS_MICROSOFT_TEAMS_GATEWAY
public static final ServiceRole SKYPE_FOR_BUSINESS_AUDIO_VIDEO_MCU
public static final ServiceRole SKYPE_FOR_BUSINESS_APPLICATION_SHARING_MCU
public static final ServiceRole SKYPE_FOR_BUSINESS_CALL_QUEUES
public static final ServiceRole SKYPE_FOR_BUSINESS_AUTO_ATTENDANT
public static final ServiceRole MEDIATION_SERVER
public static final ServiceRole MEDIATION_SERVER_CLOUD_CONNECTOR_EDITION
public static final ServiceRole EXCHANGE_UNIFIED_MESSAGING_SERVICE
public static final ServiceRole MEDIA_CONTROLLER
public static final ServiceRole CONFERENCING_ANNOUNCEMENT_SERVICE
public static final ServiceRole CONFERENCING_ATTENDANT
public static final ServiceRole AUDIO_TELECONFERENCER_CONTROLLER
public static final ServiceRole SKYPE_FOR_BUSINESS_UNIFIED_COMMUNICATION_APPLICATION_PLATFORM
public static final ServiceRole RESPONSE_GROUP_SERVICE_ANNOUNCEMENT_SERVICE
public static final ServiceRole GATEWAY
public static final ServiceRole SKYPE_TRANSLATOR
public static final ServiceRole SKYPE_FOR_BUSINESS_ATTENDANT
public static final ServiceRole RESPONSE_GROUP_SERVICE
public static final ServiceRole VOICEMAIL
public static final ServiceRole UNKNOWN_FUTURE_VALUE
public static ServiceRole[] values()
for (ServiceRole c : ServiceRole.values()) System.out.println(c);
public static ServiceRole valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.