パッケージ pixela.client.api.user
クラス PixelaImpl
- java.lang.Object
-
- pixela.client.api.user.PixelaImpl
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static interfacePixelaImpl.PixelaToken
-
フィールドの概要
-
インタフェースから継承されたフィールド pixela.client.Pixela
DEFAULT_CONFIG, PROPERTIES_FILE
-
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 CreateGraph.IdcreateGraph()@NotNull DeleteUserdeleteUser()static @NotNull PixelafromProperties(@NotNull HttpClient httpClient, @NotNull java.util.Properties properties)@NotNull GetGraphDefinitionsgetGraphDefinitions()GetWebhooksgetWebhooks()@NotNull Graphgraph(@NotNull GraphId graphId)static @NotNull Pixelaof(@NotNull HttpClient httpClient, @NotNull UserToken userToken, @NotNull Username username)@NotNull reactor.core.publisher.Mono<java.lang.Void>persistAsFile(@NotNull java.nio.file.Path file)PostPixel.PixelDatepostPixel(@NotNull GraphId graphId)@NotNull UserTokentoken()java.lang.StringtoString()@NotNull PixelaupdateToken(@NotNull UserToken newToken)UpdateUser.WithTokenupdateUser()@NotNull java.lang.StringusersUri()@NotNull java.net.URIusersUri(@NotNull java.net.URI baseUri)@NotNull reactor.core.publisher.Mono<Pixela>usingClient(@NotNull HttpClient client)
-
-
-
メソッドの詳細
-
of
@Contract("_, _, _ -> new") @NotNull public static @NotNull Pixela of(@NotNull @NotNull HttpClient httpClient, @NotNull @NotNull UserToken userToken, @NotNull @NotNull Username username)
-
fromProperties
@NotNull public static @NotNull Pixela fromProperties(@NotNull @NotNull HttpClient httpClient, @NotNull @NotNull java.util.Properties properties)
-
usersUri
@NotNull public @NotNull java.net.URI usersUri(@NotNull @NotNull java.net.URI baseUri)
-
usingClient
@NotNull public @NotNull reactor.core.publisher.Mono<Pixela> usingClient(@NotNull @NotNull HttpClient client)
- 定義:
usingClientインタフェース内Pixela
-
persistAsFile
@NotNull public @NotNull reactor.core.publisher.Mono<java.lang.Void> persistAsFile(@NotNull @NotNull java.nio.file.Path file)- 定義:
persistAsFileインタフェース内Pixela
-
updateToken
@NotNull public @NotNull Pixela updateToken(@NotNull @NotNull UserToken newToken)
- 定義:
updateTokenインタフェース内Pixela
-
updateUser
@NotNull public UpdateUser.WithToken updateUser()
- 定義:
updateUserインタフェース内Pixela
-
deleteUser
@NotNull public @NotNull DeleteUser deleteUser()
- 定義:
deleteUserインタフェース内Pixela
-
createGraph
@NotNull public CreateGraph.Id createGraph()
- 定義:
createGraphインタフェース内Pixela
-
getGraphDefinitions
@NotNull public @NotNull GetGraphDefinitions getGraphDefinitions()
- 定義:
getGraphDefinitionsインタフェース内Pixela
-
postPixel
@NotNull public PostPixel.PixelDate postPixel(@NotNull @NotNull GraphId graphId)
-
getWebhooks
public GetWebhooks getWebhooks()
- 定義:
getWebhooksインタフェース内Pixela
-
toString
public java.lang.String toString()
- オーバーライド:
toStringクラス内java.lang.Object
-
-