public enum SsoService extends Enum<SsoService> implements HasCode<SsoService>
| Modifier and Type | Class and Description |
|---|---|
static class |
SsoService.SsoServiceDeserializer |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static SsoService |
of(String code) |
static SsoService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SsoService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SsoService GITLAB
public static final SsoService GOOGLE
public static final SsoService OFFICE365
public static SsoService[] values()
for (SsoService c : SsoService.values()) System.out.println(c);
public static SsoService 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 SsoService of(String code)
public String getCode()
getCode in interface HasCode<SsoService>Copyright © 2019. All rights reserved.