Interface BootstrapResponse.ClusterStage
-
- All Known Implementing Classes:
BootstrapResponse.Builder
- Enclosing class:
- BootstrapResponse
public static interface BootstrapResponse.ClusterStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BootstrapResponse.CaptchaStagecluster(BootstrapCluster cluster)BootstrapResponse.Builderfrom(BootstrapResponse other)
-
-
-
Method Detail
-
cluster
BootstrapResponse.CaptchaStage cluster(BootstrapCluster cluster)
-
from
BootstrapResponse.Builder from(BootstrapResponse other)
-
-