Package com.seam.api.types
Interface WebhooksListResponse.OkStage
-
- All Known Implementing Classes:
WebhooksListResponse.Builder
- Enclosing class:
- WebhooksListResponse
public static interface WebhooksListResponse.OkStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhooksListResponse.Builderfrom(WebhooksListResponse other)WebhooksListResponse._FinalStageok(boolean ok)
-
-
-
Method Detail
-
ok
WebhooksListResponse._FinalStage ok(boolean ok)
-
from
WebhooksListResponse.Builder from(WebhooksListResponse other)
-
-