Package | Description |
---|---|
ezvcard.parameter |
Contains classes related to vCard parameters.
|
Modifier and Type | Field and Description |
---|---|
static Encoding |
Encoding._7BIT |
static Encoding |
Encoding._8BIT |
static Encoding |
Encoding.B |
static Encoding |
Encoding.BASE64 |
static Encoding |
Encoding.QUOTED_PRINTABLE
Note: This specific parameter value is in upper-case in order to resolve
a compatibility issue with the Windows 10 Contacts app.
|
Modifier and Type | Method and Description |
---|---|
static Encoding |
Encoding.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Encoding |
Encoding.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
Encoding |
VCardParameters.getEncoding()
Gets the ENCODING parameter value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Encoding> |
Encoding.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
void |
VCardParameters.setEncoding(Encoding encoding)
Sets the ENCODING parameter value.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.