Uses of Enum Class
com.baidu.bifromq.plugin.authprovider.type.Reject.Code
Packages that use Reject.Code
-
Uses of Reject.Code in com.baidu.bifromq.plugin.authprovider.type
Methods in com.baidu.bifromq.plugin.authprovider.type that return Reject.CodeModifier and TypeMethodDescriptionstatic Reject.CodeReject.Code.forNumber(int value) Reject.Builder.getCode().mqtt3authtypes.Reject.Code code = 1;Reject.getCode().mqtt3authtypes.Reject.Code code = 1;RejectOrBuilder.getCode().mqtt3authtypes.Reject.Code code = 1;static Reject.CodeReject.Code.valueOf(int value) Deprecated.static Reject.CodeReject.Code.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Reject.CodeReturns the enum constant of this class with the specified name.static Reject.Code[]Reject.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.baidu.bifromq.plugin.authprovider.type that return types with arguments of type Reject.CodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Reject.Code>Reject.Code.internalGetValueMap()Methods in com.baidu.bifromq.plugin.authprovider.type with parameters of type Reject.CodeModifier and TypeMethodDescriptionReject.Builder.setCode(Reject.Code value) .mqtt3authtypes.Reject.Code code = 1;