public enum CaaTagType extends java.lang.Enum<CaaTagType>
Enumeration of DigitalOcean CAA Tag Types. Valid values are "issue", "issuewild", or "iodef".
More info: https://developers.digitalocean.com/documentation/v2/#domain-records/
| Enum Constant and Description |
|---|
IODEF |
ISSUE |
ISSUE_WILD |
| Modifier and Type | Method and Description |
|---|---|
static CaaTagType |
fromValue(java.lang.String value) |
java.lang.String |
toString() |
static CaaTagType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CaaTagType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaaTagType ISSUE
public static final CaaTagType ISSUE_WILD
public static final CaaTagType IODEF
public static CaaTagType[] values()
for (CaaTagType c : CaaTagType.values()) System.out.println(c);
public static CaaTagType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<CaaTagType>public static CaaTagType fromValue(java.lang.String value)
Copyright © myjeeva blog, All rights reserved.
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.