Uses of Enum Class
ch.bztf.m226blb1.Database.Entities.Platform
Package
Description
-
Uses of Platform in ch.bztf.m226blb1.Base
ModifierConstructorDescriptionprotected
BaseService
(Platform platform) Constructor which sets up all valuesprotected
BaseService
(Platform platform, @NonNull org.springframework.web.reactive.function.client.WebClient webClient) Constructor which sets up all values -
Uses of Platform in ch.bztf.m226blb1.Database.Entities
Modifier and TypeMethodDescriptionstatic Platform
Returns the enum constant of this class with the specified name.static Platform[]
Platform.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionUser
(Platform platform, @NotBlank @Size(min=1,max=65) String username, @NotBlank @Size(min=3,max=65) String name, @Size(min=0,max=255) String bio, @Size(min=0,max=255) String website, @NotBlank @Size(min=0,max=350) String profilePictureUrl, int followerCount, int followingCount, boolean isVerified, boolean isPrivate) Creates a newUser
with theUser.cachedSince
set to the current and all fields set. -
Uses of Platform in ch.bztf.m226blb1.Database.Repositories
-
Uses of Platform in ch.bztf.m226blb1.Platforms.GraphQL
-
Uses of Platform in ch.bztf.m226blb1.Utils
Modifier and TypeMethodDescriptionstatic RateLimiter
RateLimiter.getInstance
(@NonNull Platform platform) Gets the rate limiter for the given platform.