Uses of Class
cz.xtf.builder.builders.secret.SecretType
-
Packages that use SecretType Package Description cz.xtf.builder.builders cz.xtf.builder.builders.secret -
-
Uses of SecretType in cz.xtf.builder.builders
Methods in cz.xtf.builder.builders with parameters of type SecretType Modifier and Type Method Description SecretBuilderSecretBuilder. setType(SecretType type) -
Uses of SecretType in cz.xtf.builder.builders.secret
Methods in cz.xtf.builder.builders.secret that return SecretType Modifier and Type Method Description static SecretTypeSecretType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecretType[]SecretType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-