@Internal public enum NameIdFormat extends Enum<NameIdFormat>
| Enum Constant and Description |
|---|
EMAIL |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static NameIdFormat |
fromString(String nameIdFormatString) |
static NameIdFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameIdFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NameIdFormat UNSPECIFIED
public static final NameIdFormat EMAIL
public static NameIdFormat[] values()
for (NameIdFormat c : NameIdFormat.values()) System.out.println(c);
public static NameIdFormat 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 static NameIdFormat fromString(String nameIdFormatString)
Copyright © 2023 Atlassian. All rights reserved.