Uses of Enum
com.github.jamesnetherton.zulip.client.api.server.TokenKind
Packages that use TokenKind
Package
Description
-
Uses of TokenKind in com.github.jamesnetherton.zulip.client.api.server
Methods in com.github.jamesnetherton.zulip.client.api.server that return TokenKindModifier and TypeMethodDescriptionstatic TokenKind
Returns the enum constant of this type with the specified name.static TokenKind[]
TokenKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.jamesnetherton.zulip.client.api.server with parameters of type TokenKindModifier and TypeMethodDescriptionServerService.registerE2EMobilePushDevice
(TokenKind tokenKind, int pushAccountId, String pushPublicKey, String bouncerPublicKey, String encryptedPushRegistration) Registers a E2E mobile push device. -
Uses of TokenKind in com.github.jamesnetherton.zulip.client.api.server.request
Constructors in com.github.jamesnetherton.zulip.client.api.server.request with parameters of type TokenKindModifierConstructorDescriptionRegisterE2EMobilePushDevice
(ZulipHttpClient client, TokenKind tokenKind, int pushAccountId, String pushPublicKey, String bouncerPublicKey, String encryptedPushRegistration) RegisterE2EMobilePushDevice aZulipApiRequest
.