public static enum SettingsTenantCustomClaims.Mode extends Enum<SettingsTenantCustomClaims.Mode> implements BmcEnum
Indicates under what scenario the custom claim will be return
*Added In:** 18.4.2
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
Enum Constant and Description |
---|
Always |
Never |
Request |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static SettingsTenantCustomClaims.Mode |
create(String key) |
String |
getValue() |
static SettingsTenantCustomClaims.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettingsTenantCustomClaims.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SettingsTenantCustomClaims.Mode Always
public static final SettingsTenantCustomClaims.Mode Request
public static final SettingsTenantCustomClaims.Mode Never
public static final SettingsTenantCustomClaims.Mode UnknownEnumValue
public static SettingsTenantCustomClaims.Mode[] values()
for (SettingsTenantCustomClaims.Mode c : SettingsTenantCustomClaims.Mode.values()) System.out.println(c);
public static SettingsTenantCustomClaims.Mode 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 SettingsTenantCustomClaims.Mode create(String key)
Copyright © 2016–2024. All rights reserved.