Uses of Enum Class
edu.ucsb.cs.scaffold.enums.PatPlatform
Packages that use PatPlatform
-
Uses of PatPlatform in edu.ucsb.cs.scaffold.enums
Methods in edu.ucsb.cs.scaffold.enums that return PatPlatformModifier and TypeMethodDescriptionstatic PatPlatformReturns the enum constant of this class with the specified name.static PatPlatform[]PatPlatform.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PatPlatform in edu.ucsb.cs.scaffold.repository
Methods in edu.ucsb.cs.scaffold.repository with parameters of type PatPlatformModifier and TypeMethodDescriptionPatCredentialRepository.findByUserIdAndPlatform(long userId, PatPlatform platform)