@Generated public enum AibiDashboardEmbeddingAccessPolicyAccessPolicyType extends Enum<AibiDashboardEmbeddingAccessPolicyAccessPolicyType>
| Enum Constant and Description |
|---|
ALLOW_ALL_DOMAINS |
ALLOW_APPROVED_DOMAINS |
DENY_ALL_DOMAINS |
| Modifier and Type | Method and Description |
|---|---|
static AibiDashboardEmbeddingAccessPolicyAccessPolicyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AibiDashboardEmbeddingAccessPolicyAccessPolicyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AibiDashboardEmbeddingAccessPolicyAccessPolicyType ALLOW_ALL_DOMAINS
public static final AibiDashboardEmbeddingAccessPolicyAccessPolicyType ALLOW_APPROVED_DOMAINS
public static final AibiDashboardEmbeddingAccessPolicyAccessPolicyType DENY_ALL_DOMAINS
public static AibiDashboardEmbeddingAccessPolicyAccessPolicyType[] values()
for (AibiDashboardEmbeddingAccessPolicyAccessPolicyType c : AibiDashboardEmbeddingAccessPolicyAccessPolicyType.values()) System.out.println(c);
public static AibiDashboardEmbeddingAccessPolicyAccessPolicyType 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 nullCopyright © 2025. All rights reserved.