| Package | Description |
|---|---|
| com.github.sardine |
Base package with factories to work implementation agnostic.
|
| Modifier and Type | Method and Description |
|---|---|
DavPrincipal.PrincipalType |
DavPrincipal.getPrincipalType() |
static DavPrincipal.PrincipalType |
DavPrincipal.PrincipalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DavPrincipal.PrincipalType[] |
DavPrincipal.PrincipalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DavPrincipal(DavPrincipal.PrincipalType principalType,
QName property,
String name) |
DavPrincipal(DavPrincipal.PrincipalType principalType,
String value,
QName property,
String name) |
DavPrincipal(DavPrincipal.PrincipalType principalType,
String value,
String name) |
Copyright © 2019. All rights reserved.