@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.074Z") @Stability(value=Experimental) public enum EmailEncoding extends Enum<EmailEncoding>
| Enum Constant and Description |
|---|
BASE64
(experimental) Base 64.
|
UTF8
(experimental) UTF-8.
|
| Modifier and Type | Method and Description |
|---|---|
static EmailEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final EmailEncoding BASE64
@Stability(value=Experimental) public static final EmailEncoding UTF8
public static EmailEncoding[] values()
for (EmailEncoding c : EmailEncoding.values()) System.out.println(c);
public static EmailEncoding 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 © 2021. All rights reserved.