Package | Description |
---|---|
biweekly.parameter |
Modifier and Type | Field and Description |
---|---|
static Encoding |
Encoding._8BIT |
static Encoding |
Encoding.BASE64 |
static Encoding |
Encoding.QUOTED_PRINTABLE |
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 |
ICalParameters.getEncoding()
Gets the encoding of the property value (for example, "base64").
|
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 |
ICalParameters.setEncoding(Encoding encoding)
Sets the encoding of the property value (for example, "base64").
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.