パッケージ pixela.client
インタフェース Graph
-
- 既知の実装クラスのリスト:
NewGraph,SimpleGraph
public interface Graph
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ インタフェース 説明 static classGraph.Colorstatic classGraph.Type
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static @NotNull java.lang.StringPATHstatic @NotNull java.time.format.DateTimeFormatterPIXEL_DATE_FORMAT
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 @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()static @NotNull Graphsimple(@NotNull HttpClient httpClient, @NotNull Pixela pixela, @NotNull GraphId graphId)@NotNull java.lang.StringsubPath()@NotNull UpdateGraphBuilderupdateGraph()@NotNull java.net.URIviewUri()
-
-
-
フィールドの詳細
-
PIXEL_DATE_FORMAT
@NotNull static final @NotNull java.time.format.DateTimeFormatter PIXEL_DATE_FORMAT
-
PATH
@NotNull static final @NotNull java.lang.String PATH
- 関連項目:
- 定数フィールド値
-
-
メソッドの詳細
-
id
@NotNull @NotNull GraphId id()
-
pixela
@NotNull @NotNull Pixela pixela()
-
updateGraph
@NotNull @NotNull UpdateGraphBuilder updateGraph()
-
delete
@NotNull @NotNull DeleteGraph delete()
-
getGraphSvg
@NotNull GetGraphSvg.NoOption getGraphSvg()
-
viewUri
@NotNull @NotNull java.net.URI viewUri()
-
postPixel
@NotNull PostPixel.PixelDate postPixel()
-
getPixel
@NotNull @NotNull GetPixel getPixel(@NotNull @NotNull java.time.LocalDate date)
-
subPath
@NotNull @NotNull java.lang.String subPath()
-
incrementPixel
@NotNull @NotNull IncrementPixel incrementPixel()
-
decrementPixel
@NotNull @NotNull DecrementPixel decrementPixel()
-
createIncrementWebhook
@NotNull @NotNull CreateWebhook createIncrementWebhook()
-
simple
@NotNull static @NotNull Graph simple(@NotNull @NotNull HttpClient httpClient, @NotNull @NotNull Pixela pixela, @NotNull @NotNull GraphId graphId)
-
createDecrementWebhook
@NotNull @NotNull CreateWebhook createDecrementWebhook()
-
-