public enum SubjectAlternativeNameType extends Enum<SubjectAlternativeNameType> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
CUSTOM_AZURE_ADATTRIBUTE |
DOMAIN_NAME_SERVICE |
EMAIL_ADDRESS |
NONE |
USER_PRINCIPAL_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static SubjectAlternativeNameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubjectAlternativeNameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubjectAlternativeNameType NONE
public static final SubjectAlternativeNameType EMAIL_ADDRESS
public static final SubjectAlternativeNameType USER_PRINCIPAL_NAME
public static final SubjectAlternativeNameType CUSTOM_AZURE_ADATTRIBUTE
public static final SubjectAlternativeNameType DOMAIN_NAME_SERVICE
public static SubjectAlternativeNameType[] values()
for (SubjectAlternativeNameType c : SubjectAlternativeNameType.values()) System.out.println(c);
public static SubjectAlternativeNameType 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.