Package com.intercom.api.types
Interface NotFoundErrorBody.TypeStage
-
- All Known Implementing Classes:
NotFoundErrorBody.Builder
- Enclosing class:
- NotFoundErrorBody
public static interface NotFoundErrorBody.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotFoundErrorBody.Builderfrom(NotFoundErrorBody other)NotFoundErrorBody._FinalStagetype(java.lang.String type)The type is error.list
-
-
-
Method Detail
-
type
NotFoundErrorBody._FinalStage type(@NotNull java.lang.String type)
The type is error.list
-
from
NotFoundErrorBody.Builder from(NotFoundErrorBody other)
-
-