public enum SelfUrlOriginType extends Enum<SelfUrlOriginType>
Enum Constant and Description |
---|
ALLOW_LIST |
BASEURL |
HOST_FROM_REQUEST |
Modifier and Type | Method and Description |
---|---|
static SelfUrlOriginType |
getDefault() |
static SelfUrlOriginType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelfUrlOriginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelfUrlOriginType ALLOW_LIST
public static final SelfUrlOriginType BASEURL
public static final SelfUrlOriginType HOST_FROM_REQUEST
public static SelfUrlOriginType[] values()
for (SelfUrlOriginType c : SelfUrlOriginType.values()) System.out.println(c);
public static SelfUrlOriginType 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 SelfUrlOriginType getDefault()
Copyright © 2002-2024 Atlassian. All Rights Reserved.