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

クラス GraphDefinitions


  • public class GraphDefinitions
    extends java.lang.Object
    • コンストラクタの詳細

      • GraphDefinitions

        public GraphDefinitions​(@NotNull
                                @NotNull java.util.List<GraphDefinition> graphs)
      • GraphDefinitions

        public GraphDefinitions()
    • メソッドの詳細

      • getGraphs

        @NotNull
        public @NotNull java.util.List<GraphDefinition> getGraphs()
      • setGraphs

        public void setGraphs​(@NotNull
                              @NotNull java.util.List<GraphDefinition> graphs)
      • asCollection

        @NotNull
        public @NotNull java.util.List<Graph> asCollection​(@NotNull
                                                           @NotNull HttpClient httpClient,
                                                           @NotNull
                                                           @NotNull Pixela pixela)