パッケージ pixela.client
インタフェース Pixela
-
- 既知の実装クラスのリスト:
PixelaImpl
public interface Pixela
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static @NotNull PixelaClientConfigDEFAULT_CONFIGstatic java.lang.StringPROPERTIES_FILE
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 CreateGraph.IdcreateGraph()@NotNull DeleteUserdeleteUser()@NotNull GetGraphDefinitionsgetGraphDefinitions()GetWebhooksgetWebhooks()@NotNull Graphgraph(@NotNull GraphId graphId)@NotNull reactor.core.publisher.Mono<java.lang.Void>persistAsFile(@NotNull java.nio.file.Path file)PostPixel.PixelDatepostPixel(@NotNull GraphId graphId)@NotNull UserTokentoken()@NotNull PixelaupdateToken(@NotNull UserToken newToken)UpdateUser.WithTokenupdateUser()@NotNull java.lang.StringusersUri()@NotNull java.net.URIusersUri(java.net.URI baseUri)@NotNull reactor.core.publisher.Mono<Pixela>usingClient(@NotNull HttpClient client)static @NotNull PixelaClientusingHttpClient(@NotNull HttpClient httpClient)static @NotNull PixelaClientwithDefaultJavaClient()static @NotNull PixelaClientwithDefaultJavaClient(@NotNull PixelaClientConfig config)
-
-
-
フィールドの詳細
-
PROPERTIES_FILE
static final java.lang.String PROPERTIES_FILE
- 関連項目:
- 定数フィールド値
-
DEFAULT_CONFIG
@NotNull static final @NotNull PixelaClientConfig DEFAULT_CONFIG
-
-
メソッドの詳細
-
usersUri
@NotNull @NotNull java.net.URI usersUri(java.net.URI baseUri)
-
usersUri
@NotNull @NotNull java.lang.String usersUri()
-
token
@NotNull @NotNull UserToken token()
-
usingClient
@NotNull @NotNull reactor.core.publisher.Mono<Pixela> usingClient(@NotNull @NotNull HttpClient client)
-
persistAsFile
@NotNull @NotNull reactor.core.publisher.Mono<java.lang.Void> persistAsFile(@NotNull @NotNull java.nio.file.Path file)
-
updateUser
@NotNull UpdateUser.WithToken updateUser()
-
deleteUser
@NotNull @NotNull DeleteUser deleteUser()
-
createGraph
@NotNull CreateGraph.Id createGraph()
-
getGraphDefinitions
@NotNull @NotNull GetGraphDefinitions getGraphDefinitions()
-
postPixel
@NotNull PostPixel.PixelDate postPixel(@NotNull @NotNull GraphId graphId)
-
getWebhooks
GetWebhooks getWebhooks()
-
withDefaultJavaClient
@NotNull static @NotNull PixelaClient withDefaultJavaClient()
-
withDefaultJavaClient
@NotNull static @NotNull PixelaClient withDefaultJavaClient(@NotNull @NotNull PixelaClientConfig config)
-
usingHttpClient
@NotNull static @NotNull PixelaClient usingHttpClient(@NotNull @NotNull HttpClient httpClient)
-
-