パッケージ pixela.client.api.graph
インタフェース UpdateGraph
-
- 既知のサブインタフェースのリスト:
UpdateGraph.GraphColor,UpdateGraph.PurgeCacheUrls,UpdateGraph.SelfSufficient,UpdateGraph.Timezone,UpdateGraph.Unit
public interface UpdateGraph extends Put<java.lang.Void>, Api<Graph>
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ インタフェース 説明 static interfaceUpdateGraph.GraphColorstatic interfaceUpdateGraph.PurgeCacheUrlsstatic interfaceUpdateGraph.SelfSufficientstatic interfaceUpdateGraph.Timezonestatic interfaceUpdateGraph.Unit-
インタフェースから継承されたネストされたクラス/インタフェース pixela.client.http.Request
Request.WithBody
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド デフォルト・メソッド 修飾子とタイプ メソッド 説明 default @NotNull java.lang.Class<? extends java.lang.Void>responseType()default @NotNull Request.WithBodywithBody()-
インタフェースから継承されたメソッド pixela.client.http.Put
contentType
-
インタフェースから継承されたメソッド pixela.client.http.Request
apiEndpoint, contentLength, errorRequest, hasBody, userToken
-
-
-
-
メソッドの詳細
-
withBody
@NotNull default @NotNull Request.WithBody withBody()
-
responseType
@NotNull default @NotNull java.lang.Class<? extends java.lang.Void> responseType()
- 定義:
responseTypeインタフェース内Request<java.lang.Void>
-
-