Uses of Class
org.cryptomator.frontend.webdav.mount.MountParam
-
Packages that use MountParam Package Description org.cryptomator.frontend.webdav.mount -
-
Uses of MountParam in org.cryptomator.frontend.webdav.mount
Methods in org.cryptomator.frontend.webdav.mount that return MountParam Modifier and Type Method Description static MountParamMountParam. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MountParam[]MountParam. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cryptomator.frontend.webdav.mount with parameters of type MountParam Modifier and Type Method Description MountParams.MountParamsBuilderMountParams.MountParamsBuilder. with(MountParam key, java.lang.String value)
-