パッケージ pixela.client.api.graph
クラス NewGraph
- java.lang.Object
-
- pixela.client.api.graph.NewGraph
-
-
ネストされたクラスの概要
-
インタフェースから継承されたネストされたクラス/インタフェース pixela.client.Graph
Graph.Color, Graph.Type
-
-
フィールドの概要
-
インタフェースから継承されたフィールド pixela.client.Graph
PIXEL_DATE_FORMAT
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 @NotNull CreateWebhookcreateDecrementWebhook()@NotNull CreateWebhookcreateIncrementWebhook()@NotNull DecrementPixeldecrementPixel()@NotNull DeleteGraphdelete()GetGraphSvg.NoOptiongetGraphSvg()@NotNull GetPixelgetPixel(@NotNull java.time.LocalDate date)@NotNull GraphIdid()@NotNull IncrementPixelincrementPixel()@NotNull Pixelapixela()PostPixel.PixelDatepostPixel()@NotNull java.lang.StringsubPath()java.lang.StringtoString()@NotNull UpdateGraphBuilderupdateGraph()@NotNull java.net.URIviewUri()
-
-
-
メソッドの詳細
-
updateGraph
@NotNull public @NotNull UpdateGraphBuilder updateGraph()
- 定義:
updateGraphインタフェース内Graph
-
delete
@NotNull public @NotNull DeleteGraph delete()
-
getGraphSvg
@NotNull public GetGraphSvg.NoOption getGraphSvg()
- 定義:
getGraphSvgインタフェース内Graph
-
postPixel
@NotNull public PostPixel.PixelDate postPixel()
-
getPixel
@NotNull public @NotNull GetPixel getPixel(@NotNull @NotNull java.time.LocalDate date)
-
incrementPixel
@NotNull public @NotNull IncrementPixel incrementPixel()
- 定義:
incrementPixelインタフェース内Graph
-
decrementPixel
@NotNull public @NotNull DecrementPixel decrementPixel()
- 定義:
decrementPixelインタフェース内Graph
-
createIncrementWebhook
@NotNull public @NotNull CreateWebhook createIncrementWebhook()
- 定義:
createIncrementWebhookインタフェース内Graph
-
createDecrementWebhook
@NotNull public @NotNull CreateWebhook createDecrementWebhook()
- 定義:
createDecrementWebhookインタフェース内Graph
-
toString
public java.lang.String toString()
- オーバーライド:
toStringクラス内java.lang.Object
-
-