パッケージ pixela.client.api.user

クラス PixelaImpl

  • すべての実装されたインタフェース:
    Pixela

    public class PixelaImpl
    extends java.lang.Object
    implements Pixela
    • メソッドの詳細

      • 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)
        定義:
        usersUri インタフェース内 Pixela
      • usersUri

        @NotNull
        public @NotNull java.lang.String usersUri()
        定義:
        usersUri インタフェース内 Pixela
      • token

        @NotNull
        public @NotNull UserToken token()
        定義:
        token インタフェース内 Pixela
      • 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
      • graph

        @NotNull
        public @NotNull Graph graph​(@NotNull
                                    @NotNull GraphId graphId)
        定義:
        graph インタフェース内 Pixela
      • toString

        public java.lang.String toString()
        オーバーライド:
        toString クラス内 java.lang.Object