Uses of Enum Class
com.mwdle.bitwarden.model.BitwardenItemType
Packages that use BitwardenItemType
-
Uses of BitwardenItemType in com.mwdle.bitwarden.model
Fields in com.mwdle.bitwarden.model declared as BitwardenItemTypeMethods in com.mwdle.bitwarden.model that return BitwardenItemTypeModifier and TypeMethodDescriptionstatic BitwardenItemTypeBitwardenItemType.fromInteger(int typeCode) Maps a Bitwarden CLI integer type code to its corresponding enum constant.static BitwardenItemTypeReturns the enum constant of this class with the specified name.static BitwardenItemType[]BitwardenItemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mwdle.bitwarden.model with parameters of type BitwardenItemTypeModifierConstructorDescriptionBitwardenItem(String id, String name, BitwardenItemType type, Secret notes, BitwardenLogin login, BitwardenSshKey sshKey) BitwardenItemMetadata(String id, String name, BitwardenItemType type)