Uses of Enum Class
com.mwdle.bitwarden.model.BitwardenItemType
Packages that use BitwardenItemType
-
Uses of BitwardenItemType in com.mwdle.bitwarden.model
Methods in com.mwdle.bitwarden.model that return BitwardenItemTypeModifier and TypeMethodDescriptionstatic BitwardenItemType
BitwardenItemType.fromInteger
(int typeCode) Deserializes an integer from JSON into the correspondingBitwardenItemType
.BitwardenItemMetadata.getItemType()
Gets the enumerated type of the Bitwarden item.static BitwardenItemType
Returns 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.