Uses of Enum
com.github.sardine.DavPrincipal.PrincipalType
Packages that use DavPrincipal.PrincipalType
-
Uses of DavPrincipal.PrincipalType in com.github.sardine
Methods in com.github.sardine that return DavPrincipal.PrincipalTypeModifier and TypeMethodDescriptionDavPrincipal.getPrincipalType()static DavPrincipal.PrincipalTypeReturns 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.Constructors in com.github.sardine with parameters of type DavPrincipal.PrincipalTypeModifierConstructorDescriptionDavPrincipal(DavPrincipal.PrincipalType principalType, String value, String name) protectedDavPrincipal(DavPrincipal.PrincipalType principalType, String value, QName property, String name) DavPrincipal(DavPrincipal.PrincipalType principalType, QName property, String name)