パッケージ pixela.client.api.graph
インタフェース UpdateGraph.PurgeCacheUrls
-
- すべてのスーパーインタフェース:
Api<Graph>,Put<java.lang.Void>,Request<java.lang.Void>,UpdateGraph,UpdateGraph.SelfSufficient
- 既知のサブインタフェースのリスト:
UpdateGraph.GraphColor,UpdateGraph.Timezone,UpdateGraph.Unit
- 含まれているインタフェース:
- UpdateGraph
public static interface UpdateGraph.PurgeCacheUrls extends UpdateGraph.SelfSufficient
-
-
ネストされたクラスの概要
-
インタフェースから継承されたネストされたクラス/インタフェース pixela.client.http.Request
Request.WithBody
-
インタフェースから継承されたネストされたクラス/インタフェース pixela.client.api.graph.UpdateGraph
UpdateGraph.GraphColor, UpdateGraph.PurgeCacheUrls, UpdateGraph.SelfSufficient, UpdateGraph.Timezone, UpdateGraph.Unit
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド デフォルト・メソッド 修飾子とタイプ メソッド 説明 default @NotNull UpdateGraph.SelfSufficientpurgeCacheURLs(@NotNull java.lang.Iterable<java.lang.String> purgeCacheURLs)default @NotNull UpdateGraph.SelfSufficientpurgeCacheURLs(@NotNull java.lang.String... purgeCacheURLs)@NotNull UpdateGraph.SelfSufficientpurgeCacheURLs(@NotNull java.util.List<java.net.URI> purgeCacheURLs)@NotNull UpdateGraph.SelfSufficientremovePurgeCacheURLs()-
インタフェースから継承されたメソッド pixela.client.http.Put
contentType
-
インタフェースから継承されたメソッド pixela.client.http.Request
apiEndpoint, contentLength, errorRequest, hasBody, userToken
-
インタフェースから継承されたメソッド pixela.client.api.graph.UpdateGraph
responseType, withBody
-
インタフェースから継承されたメソッド pixela.client.api.graph.UpdateGraph.SelfSufficient
decrement, increment, none, selfSufficient
-
-
-
-
メソッドの詳細
-
purgeCacheURLs
@NotNull @NotNull UpdateGraph.SelfSufficient purgeCacheURLs(@NotNull @NotNull java.util.List<java.net.URI> purgeCacheURLs)
-
removePurgeCacheURLs
@NotNull @NotNull UpdateGraph.SelfSufficient removePurgeCacheURLs()
-
purgeCacheURLs
@NotNull default @NotNull UpdateGraph.SelfSufficient purgeCacheURLs(@NotNull @NotNull java.lang.Iterable<java.lang.String> purgeCacheURLs)
-
purgeCacheURLs
@NotNull default @NotNull UpdateGraph.SelfSufficient purgeCacheURLs(@NotNull @NotNull java.lang.String... purgeCacheURLs)
-
-