Uses of Enum Class
ch.bztf.m226blb1.Database.Entities.Platform
Packages that use Platform
Package
Description
-
Uses of Platform in ch.bztf.m226blb1.Base
Constructors in ch.bztf.m226blb1.Base with parameters of type PlatformModifierConstructorDescriptionprotectedBaseService(Platform platform) Constructor which sets up all valuesprotectedBaseService(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
Methods in ch.bztf.m226blb1.Database.Entities that return PlatformModifier and TypeMethodDescriptionstatic PlatformReturns 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.Constructors in ch.bztf.m226blb1.Database.Entities with parameters of type PlatformModifierConstructorDescriptionUser(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 newUserwith theUser.cachedSinceset to the current and all fields set. -
Uses of Platform in ch.bztf.m226blb1.Database.Repositories
Methods in ch.bztf.m226blb1.Database.Repositories with parameters of type Platform -
Uses of Platform in ch.bztf.m226blb1.Platforms.GraphQL
Methods in ch.bztf.m226blb1.Platforms.GraphQL with parameters of type Platform -
Uses of Platform in ch.bztf.m226blb1.Utils
Methods in ch.bztf.m226blb1.Utils with parameters of type PlatformModifier and TypeMethodDescriptionstatic RateLimiterRateLimiter.getInstance(@NonNull Platform platform) Gets the rate limiter for the given platform.