Package dev.lavalink.youtube.clients
Class ClientConfig
java.lang.Object
dev.lavalink.youtube.clients.ClientConfig
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getName()getRoot()putOnceAndJoin(@NotNull Map<String, Object> on, @NotNull String key) setAttributes(@NotNull com.sedmelluq.discord.lavaplayer.tools.io.HttpInterface httpInterface) withApiKey(@NotNull String apiKey) withClientField(@NotNull String key, @Nullable Object value) withClientName(@NotNull String name) withPlaybackSignatureTimestamp(@NotNull String signatureTimestamp) withRootField(@NotNull String key, @Nullable Object value) withThirdPartyEmbedUrl(@NotNull String embedUrl) withUserAgent(@NotNull String userAgent) withUserField(@NotNull String key, @Nullable Object value) withVisitorData(@Nullable String visitorData)
-
Constructor Details
-
ClientConfig
public ClientConfig()
-
-
Method Details
-
getName
-
getUserAgent
-
getVisitorData
-
getApiKey
-
getRoot
-
copy
-
withClientName
-
withUserAgent
-
withVisitorData
-
withApiKey
-
putOnceAndJoin
-
withClientDefaultScreenParameters
-
withThirdPartyEmbedUrl
-
withPlaybackSignatureTimestamp
-
withRootField
-
withClientField
-
withUserField
-
setAttributes
public ClientConfig setAttributes(@NotNull @NotNull com.sedmelluq.discord.lavaplayer.tools.io.HttpInterface httpInterface) -
toJsonString
-