パッケージ pixela.client.api.graph
クラス UpdateGraphBuilder
- java.lang.Object
-
- pixela.client.api.graph.UpdateGraphBuilder
-
public class UpdateGraphBuilder extends java.lang.Object
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static interfaceUpdateGraphBuilder.Colorstatic interfaceUpdateGraphBuilder.SelfSufficient
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 @NotNull UpdateGraphBuilder.Colorcolor()UpdateGraph.Unitname(@NotNull java.lang.String name)UpdateGraph.SelfSufficientpurgeCacheURLs(@NotNull java.lang.Iterable<java.lang.String> purgeCacheURLs)UpdateGraph.SelfSufficientpurgeCacheURLs(@NotNull java.lang.String... purgeCacheURLs)UpdateGraph.SelfSufficientpurgeCacheURLs(@NotNull java.util.List<java.net.URI> purgeCacheURLs)UpdateGraph.SelfSufficientremovePurgeCacheURLs()UpdateGraphBuilder.SelfSufficientselfSufficient()UpdateGraph.PurgeCacheUrlstimezone(@NotNull java.lang.String timezone)UpdateGraph.PurgeCacheUrlstimezone(@NotNull java.time.ZoneId timezone)UpdateGraph.GraphColorunit(@NotNull java.lang.String unit)
-
-
-
メソッドの詳細
-
name
@NotNull public UpdateGraph.Unit name(@NotNull @NotNull java.lang.String name)
-
unit
@NotNull public UpdateGraph.GraphColor unit(@NotNull @NotNull java.lang.String unit)
-
color
@NotNull public @NotNull UpdateGraphBuilder.Color color()
-
timezone
@NotNull public UpdateGraph.PurgeCacheUrls timezone(@NotNull @NotNull java.lang.String timezone)
-
timezone
@NotNull public UpdateGraph.PurgeCacheUrls timezone(@NotNull @NotNull java.time.ZoneId timezone)
-
removePurgeCacheURLs
@NotNull public UpdateGraph.SelfSufficient removePurgeCacheURLs()
-
purgeCacheURLs
@NotNull public UpdateGraph.SelfSufficient purgeCacheURLs(@NotNull @NotNull java.lang.String... purgeCacheURLs)
-
purgeCacheURLs
@NotNull public UpdateGraph.SelfSufficient purgeCacheURLs(@NotNull @NotNull java.lang.Iterable<java.lang.String> purgeCacheURLs)
-
purgeCacheURLs
@NotNull public UpdateGraph.SelfSufficient purgeCacheURLs(@NotNull @NotNull java.util.List<java.net.URI> purgeCacheURLs)
-
selfSufficient
public UpdateGraphBuilder.SelfSufficient selfSufficient()
-
-