Package com.intercom.api.types
Interface Error.ErrorsItem.CodeStage
-
- All Known Implementing Classes:
Error.ErrorsItem.Builder
- Enclosing class:
- Error.ErrorsItem
public static interface Error.ErrorsItem.CodeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Error.ErrorsItem._FinalStagecode(java.lang.String code)A string indicating the kind of error, used to further qualify the HTTP response codeError.ErrorsItem.Builderfrom(Error.ErrorsItem other)
-
-
-
Method Detail
-
code
Error.ErrorsItem._FinalStage code(@NotNull java.lang.String code)
A string indicating the kind of error, used to further qualify the HTTP response code
-
from
Error.ErrorsItem.Builder from(Error.ErrorsItem other)
-
-